In the name of Allah
Hi all ....
I've a small question
''
How Can I delete a read only folder
i used
my.computer.filesystems.deletedirectory(Dir)
but didnt work because the dir is readonly
Visual Basic Express Edition
In the name of Allah
Hi all ....
I've a small question
''
How Can I delete a read only folder
i used
my.computer.filesystems.deletedirectory(Dir)
but didnt work because the dir is readonly
You can try setting it as normal first
My.Computer.FileSystem.GetFileInfo("filename").Attributes = FileAttributes.Normal