G
Guest
Using VB .NET 2003, I need to delete some read-only files.
I tried using System.IO.File.Delete(filename) - but when the files are
read-only, I get error messages stating that I don't have proper access...
So, what's the best way to delete a read-only file programmatically?
Any help would be greatly appreciated!
I tried using System.IO.File.Delete(filename) - but when the files are
read-only, I get error messages stating that I don't have proper access...
So, what's the best way to delete a read-only file programmatically?
Any help would be greatly appreciated!