On 6/30/06, Fabio Serra <[EMAIL PROTECTED]> wrote:
Ho can I get the file creation time? Looking at @mozilla.org/file/local;1 http://www.xulplanet.com/references/xpcomref/comps/c_filelocal1.html it seems there is only lastModifiedTime.
File creation time is not universally available, so you'll need to write platform specific code if you're on a platform (like Windows, at least some versions) that does make it available. Seems like something that we might want to add to nsILocalFileWin, though... Mike _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
