View Source
  Class IOHelperLinux
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class IOHelperLinux : IOHelper, IIOHelper
   
  Constructors
  
  
    View Source
  
  IOHelperLinux(IHostingEnvironment)
  
  
  Declaration
  
    public IOHelperLinux(IHostingEnvironment hostingEnvironment)
   
  Parameters
  
  Methods
  
  
    View Source
  
  PathStartsWith(String, String, Char[])
  
  
  Declaration
  
    public override bool PathStartsWith(string path, string root, params char[] separators)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        path | 
         | 
      
      
        | System.String | 
        root | 
         | 
      
      
        | System.Char[] | 
        separators | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |