184
edits
Line 393: | Line 393: | ||
createTempDirectory: function() | createTempDirectory: function() | ||
{ | { | ||
}, | |||
== Information == | |||
/** | |||
* Gather information about the directory | |||
* | |||
* @return {FileUtilities.FileInfo} information about the file. | |||
*/ | |||
stat: function() { | |||
//Unix: [lstat] | |||
//Windows: [GetFileInformationByHandle] http://msdn.microsoft.com/en-us/library/windows/desktop/aa364952(v=VS.85).aspx | |||
}, | }, | ||
edits