Visit Mozilla.org

nsILocalFile:reveal

From MDC

« XPCOM API Reference

[edit] Summary

This method requests that the operating system reveal this nsILocalFile to the user.

 void reveal();

[edit] Remarks

This method typically shows the user the directory containing this file or directory. This method may not be supported on some platforms.

[edit] See Also

nsILocalFile