I am writing a file explorer type program. Get an error when reading the folder .android_secure
The program does not have permission to read it. An error is generated. There are at least two ways around this. They are both workarounds. It would be nice to have something like File.IsFolderLegal to test for. Is there a better way than that is shown in the example ?
IsDirectory does not work to detect illegal folders.
The program does not have permission to read it. An error is generated. There are at least two ways around this. They are both workarounds. It would be nice to have something like File.IsFolderLegal to test for. Is there a better way than that is shown in the example ?
IsDirectory does not work to detect illegal folders.