Visit Mozilla.org

nsIFile:isExecutable

From MDC

« XPCOM API Reference

[edit] Summary

This method tests whether or not this nsIFile corresponds to a file that may be executed.

 boolean isExecutable();

[edit] Return Values

This method returns true if the file may be executed by the user. Otherwise it returns false.

[edit] See Also

nsIFile