#include <FS_SHFSHelper.h>
Definition at line 28 of file FS_SHFSHelper.h.
 
      
        
          | FS_SHFSInfoHelper::FS_SHFSInfoHelper | ( |  | ) |  | 
      
 
 
  
  | 
        
          | bool FS_SHFSInfoHelper::canHandle | ( | const char * | source | ) |  |  | overridevirtual | 
 
Determine whether this helper can process the filename. 
Implements FS_InfoHelper.
 
 
Read the contents of a directory 
- Parameters
- 
  
    | source | - The directory to read |  | contents | - The list of files in the directory |  | dirs | - The list of directories in the directory If dirsis NULL, then all directories should be included in thecontents. |  
 
Implements FS_InfoHelper.
 
 
  
  | 
        
          | bool FS_SHFSInfoHelper::getIsDirectory | ( | const char * | source | ) |  |  | overridevirtual | 
 
Return whether the filename is a directory. 
Implements FS_InfoHelper.
 
 
  
  | 
        
          | time_t FS_SHFSInfoHelper::getModTime | ( | const char * | source | ) |  |  | overridevirtual | 
 
Get the modification timestamp (returns time_t) 
Implements FS_InfoHelper.
 
 
  
  | 
        
          | bool FS_SHFSInfoHelper::getPathOnDisk | ( | UT_String & | path, |  
          |  |  | const char * | file |  
          |  | ) |  |  |  | overridevirtual | 
 
Returns the corresponding the path on disk where it should be located for the protocol. The path may not exist yet. 
Reimplemented from FS_InfoHelper.
 
 
  
  | 
        
          | int64 FS_SHFSInfoHelper::getSize | ( | const char * | source | ) |  |  | overridevirtual | 
 
 
  
  | 
        
          | bool FS_SHFSInfoHelper::hasAccess | ( | const char * | source, |  
          |  |  | int | mode |  
          |  | ) |  |  |  | overridevirtual | 
 
 
The documentation for this class was generated from the following file: