This struct is used by file operations to reading of the file system entries.  
 More...
#include <FileSystemEntry.hpp>
 | 
| 
static size_t  | GetFieldCount (void) | 
|   | 
| static size_t  | GetFieldCount (void) | 
|   | Returns the count of fields of the struct type More...
  | 
|   | 
This struct is used by file operations to reading of the file system entries. 
Arp.System.Commons.Services.Io.IDirectoryService.EnumerateFileSystemEntries 
 
◆ Deserialize()
  
  
      
        
          | void Arp::System::Commons::Services::Io::FileSystemEntry::Deserialize  | 
          ( | 
          RscReader &  | 
          reader | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ Serialize()
  
  
      
        
          | void Arp::System::Commons::Services::Io::FileSystemEntry::Serialize  | 
          ( | 
          RscWriter &  | 
          writer | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ IsDirectory
      
        
          | boolean Arp::System::Commons::Services::Io::FileSystemEntry::IsDirectory = false | 
        
      
 
The specified path is a directory. 
 
 
◆ IsFile
      
        
          | boolean Arp::System::Commons::Services::Io::FileSystemEntry::IsFile = false | 
        
      
 
The specified path ia a file. 
 
 
◆ Path
      
        
          | RscString<512> Arp::System::Commons::Services::Io::FileSystemEntry::Path | 
        
      
 
The path of the file system entry (file or directory) 
 
 
The documentation for this struct was generated from the following file: