View Source
Class IOHelperOSX
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class IOHelperOSX : IOHelper, IIOHelper
Constructors
View Source
IOHelperOSX(IHostingEnvironment)
Declaration
public IOHelperOSX(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 |
|