nsIFile:isSymlink
From MDC
« XPCOM API Reference
[edit] Summary
This method tests whether or not this nsIFile corresponds to a symbolic link, shortcut, or alias.
boolean isSymlink();
[edit] Return Values
This method returns true if this nsIFile corresponds to a symbolic link. Otherwise it returns false.
[edit] See Also
nsIFile