Method | Description | |
---|---|---|
CopyDirectory ( string from, string to ) : void | ||
DeleteDirectory ( string directory ) : void | ||
ToFullPath ( this path ) : string |
Method | Description | |
---|---|---|
CopyDirectory ( |
||
TryHandlingError ( string directory, int i, |
public static CopyDirectory ( string from, string to ) : void | ||
from | string | |
to | string | |
return | void |
public static DeleteDirectory ( string directory ) : void | ||
directory | string | |
return | void |
public static ToFullPath ( this path ) : string | ||
path | this | |
return | string |