Javascript File creationTime
From FreeSWITCH Wiki
Revision as of 01:05, 11 February 2010 by Diego.viola (Talk | contribs)
Contents |
Description
The timestamp of when the file was created.
Synopsis
creationTime
Example
var fd = new File("/tmp/blah");
console_log(fd.creationTime+"\n");

