Method | Description | |
---|---|---|
GetCurrentDirectory ( ) : string |
Get the current directory of the executing assembly
|
|
PathSlash ( string path ) : String |
Ensure the passed string ends with a directory separator character unless the string is blank.
|
public static GetCurrentDirectory ( ) : string | ||
return | string |
public static PathSlash ( string path ) : String | ||
path | string | The string to append the backslash to. |
return | String |