Show / Hide Table of Contents

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 Source

GetPath(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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX