View Source
Class IOHelperLinux
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, params char[])
Declaration
public override bool PathStartsWith(string path, string root, params char[] separators)
Parameters
| Type |
Name |
Description |
| string |
path |
|
| string |
root |
|
| char[] |
separators |
|
Returns