Uses of Class
plugins.FileTime

Packages that use FileTime
plugins.wdx This Package contains the Total Commander Java Content Plugin Interface. 
plugins.wfx This Package contains the Total Commander Java File System Plugin Interface. 
 

Uses of FileTime in plugins.wdx
 

Methods in plugins.wdx that return FileTime
 FileTime FieldValue.getFileTime()
          Value, if fieldType == FT_DATETIME.
 

Uses of FileTime in plugins.wfx
 

Methods in plugins.wfx that return FileTime
 FileTime Win32FindData.getCreationTime()
          Get Set Currently unused.
 FileTime Win32FindData.getLastAccessTime()
          Get Currently unused.
 FileTime Win32FindData.getLastWriteTime()
          Get Time stamp shown in the Total Commander file list, and copied with files.
 FileTime RemoteInfo.getLastWriteTime()
           
 

Methods in plugins.wfx with parameters of type FileTime
 boolean WFXPluginInterface.fsSetTime(java.lang.String remoteName, FileTime creationTime, FileTime lastAccessTime, FileTime lastWriteTime)
          FsSetTime is called to set the (Windows-Style) file times of a file/dir.
 boolean WFXPluginAdapter.fsSetTime(java.lang.String remoteName, FileTime creationTime, FileTime lastAccessTime, FileTime lastWriteTime)
          FsSetTime is called to set the (Windows-Style) file times of a file/dir.
 void Win32FindData.setCreationTime(FileTime creationTime)
          Set Currently unused.
 void Win32FindData.setLastAccessTime(FileTime lastAccessTime)
          Set Currently unused.
 void Win32FindData.setLastWriteTime(FileTime lastWriteTime)
          Set Time stamp shown in the Total Commander file list, and copied with files.
 

Constructors in plugins.wfx with parameters of type FileTime
RemoteInfo(long sizeLow, long sizeHigh, FileTime lastWriteTime, int attr)
          RemoteInfoStruct is passed to FsGetFile and FsRenMovFile.