Comment 27 for bug 1401454

Revision history for this message
In , mic1234 (may-gup) wrote :

Created attachment 432570
Work in Progress

Issues Remaining :

>+ while (!isExecutable || !isWritable) {
>You didn't check isSymLink:

The Symlink is anyway being resolved automatically and thus GetPermissions() is returning the target permissions only. Do I still have to check for Symbolic Link ?

>What happens if the file system is FAT/NTFS or something similarly exotic?

Still Working..