BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      SlimFileSystemInfo Class
  
            Represents either a file or a directory.
            
 
  Inheritance Hierarchy
  
    - object
- Inedo.IO.SlimFileSystemInfo
 
 
  
 
  Syntax
  
    public
    class
    SlimFileSystemInfo
  
 
  
    Properties
    
      
         | 
        Name | 
        Description | 
      
      
        | 
          
         | 
        
          Attributes
         | 
        
           
            Gets the file system attributes of the directory.
             
         | 
      
      
        | 
          
         | 
        
          DirectoryName
         | 
        
           
            Gets the name of the parent directory.
             
         | 
      
      
        | 
          
         | 
        
          FullName
         | 
        
           
            Gets the full path of the directory or file.
             
         | 
      
      
        | 
          
         | 
        
          LastWriteTimeUtc
         | 
        
           
            Gets the time, in coordinated universal time (UTC), when the 
            current file or directory was last written to.
             
         | 
      
      
        | 
          
         | 
        
          Name
         | 
        
           
            For files, gets the name of the file. For directories, gets the name 
            of the last directory in the hierarchy if a hierarchy exists. 
            Otherwise, gets the name of the directory.
             
         |