Class IOExtensions
Extension methods for common IO operations
Inheritance
System.Object
IOExtensions
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public static class IOExtensions : object
Methods
| Improve this Doc View SourceGetPath(String)
Gets the given relative or absolute path in a platform neutral form
Declaration
public static string GetPath(this string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
System.String |