Method | Description | |
---|---|---|
FileExists ( string path ) : bool | ||
FileManager ( ) : System |
Constructs a instance of file manager
|
|
GetCurrentDirectory ( ) : string | ||
IsAbsolutePath ( string path ) : bool | ||
ReadFile ( string path ) : string | ||
ToAbsolutePath ( string path ) : string |
Method | Description | |
---|---|---|
GetDefaultDirectory ( ) : string |
Gets a default working directory of the application
|
public ToAbsolutePath ( string path ) : string | ||
path | string | |
return | string |