JSFileApi: Difference between revisions

335 bytes added ,  30 September 2011
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
     },
     },


184

edits