Class IOHelperOSX
Namespace: Umbraco.Cms.Core.IO
Assembly: Umbraco.Core.dll
Syntax
public class IOHelperOSX : IOHelper, IIOHelper
Constructors
View SourceIOHelperOSX(IHostingEnvironment)
Declaration
public IOHelperOSX(IHostingEnvironment hostingEnvironment)
Parameters
| Type | Name | Description |
|---|---|---|
| IHostingEnvironment | hostingEnvironment |
Methods
View SourcePathStartsWith(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
| Type | Description |
|---|---|
| bool |