Method | Description | |
---|---|---|
GetLocalDataRootPath ( ) : IAbsoluteDirectoryPath | ||
GetRoamingRootPath ( ) : IAbsoluteDirectoryPath | ||
SetPaths ( IAbsoluteDirectoryPath appPath = null, IAbsoluteDirectoryPath dataPath = null, IAbsoluteDirectoryPath localDataPath = null, IAbsoluteDirectoryPath tempPath = null, IAbsoluteDirectoryPath configPath = null, IAbsoluteDirectoryPath toolPath = null, IAbsoluteDirectoryPath sharedDataPath = null ) : void |
Method | Description | |
---|---|---|
GetAppPath ( ) : IAbsoluteDirectoryPath | ||
GetDataPath ( ) : IAbsoluteDirectoryPath | ||
GetLocalDataPath ( ) : IAbsoluteDirectoryPath | ||
GetMyDocumentsPath ( ) : IAbsoluteDirectoryPath | ||
GetProgramDataPath ( ) : IAbsoluteDirectoryPath |
Method | Description | |
---|---|---|
GetLocalDataSharedPath ( ) : IAbsoluteDirectoryPath | ||
GetLocalSharedDllPath ( ) : IAbsoluteDirectoryPath | ||
GetSystemSharedPath ( ) : IAbsoluteDirectoryPath |
protected GetAppPath ( ) : IAbsoluteDirectoryPath | ||
return | IAbsoluteDirectoryPath |
protected GetDataPath ( ) : IAbsoluteDirectoryPath | ||
return | IAbsoluteDirectoryPath |
protected GetLocalDataPath ( ) : IAbsoluteDirectoryPath | ||
return | IAbsoluteDirectoryPath |
public static GetLocalDataRootPath ( ) : IAbsoluteDirectoryPath | ||
return | IAbsoluteDirectoryPath |
protected GetMyDocumentsPath ( ) : IAbsoluteDirectoryPath | ||
return | IAbsoluteDirectoryPath |
protected GetProgramDataPath ( ) : IAbsoluteDirectoryPath | ||
return | IAbsoluteDirectoryPath |
public static GetRoamingRootPath ( ) : IAbsoluteDirectoryPath | ||
return | IAbsoluteDirectoryPath |
public SetPaths ( IAbsoluteDirectoryPath appPath = null, IAbsoluteDirectoryPath dataPath = null, IAbsoluteDirectoryPath localDataPath = null, IAbsoluteDirectoryPath tempPath = null, IAbsoluteDirectoryPath configPath = null, IAbsoluteDirectoryPath toolPath = null, IAbsoluteDirectoryPath sharedDataPath = null ) : void | ||
appPath | IAbsoluteDirectoryPath | |
dataPath | IAbsoluteDirectoryPath | |
localDataPath | IAbsoluteDirectoryPath | |
tempPath | IAbsoluteDirectoryPath | |
configPath | IAbsoluteDirectoryPath | |
toolPath | IAbsoluteDirectoryPath | |
sharedDataPath | IAbsoluteDirectoryPath | |
return | void |