Visit Mozilla.org

nsIFile:isSpecial

From MDC

« XPCOM API Reference

Contents

[edit] Summary

This method tests whether or not this nsIFile corresponds to a special system file.

 boolean isSpecial();

[edit] Return Values

This method returns true if this nsIFile corresponds to a special system file. Otherwise it returns false.

[edit] Remarks

The definition of a special system file is platform dependent. For example, under UNIX platforms this might correspond to a device file, socket, or fifo.

[edit] See Also

nsIFile