Visit Mozilla.org

nsILocalFile:followLinks

From MDC

« XPCOM API Reference

[edit] Summary

This attribute determines whether or not the nsILocalFile will automatically resolve symbolic links.

 attribute PRBool followLinks;

[edit] Remarks

By default, this value is false on all non-UNIX systems. As of Mozilla 1.7, this attribute is ignored on UNIX systems.

[edit] See Also

nsILocalFile