ahmed taha

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




Re: Visual Basic Express Edition How Can I delete a read only folder

js06

You can try setting it as normal first

My.Computer.FileSystem.GetFileInfo("filename").Attributes = FileAttributes.Normal