Method | Description | |
---|---|---|
LoadRelative ( string path ) : Asset |
Load an object from a relative path.
|
|
OpenRelative ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream |
Open a stream to a relative path.
|
|
PathState ( |
Initialise the PathState.
|
public OpenRelative ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
return | Stream |
public PathState ( |
||
manager | ||
rootPath | string | |
fileManager | ||
return | System |