Method | Description | |
---|---|---|
ClearStoredFiles ( ) : void | ||
DetectPath ( |
||
DetectPath ( string toString ) : string | ||
DetectPathAll ( string db ) : string |
Goes up in the parent folder until the path is found.
|
|
GenericErrorHandler ( int &numError, object item ) : bool | ||
GetFileType ( string path ) : FileType |
Gets the type of the file based on the path.
|
|
GetIsRenewal ( ) : bool |
Determines if the current server is renewal or not.
|
|
GetServerType ( ) : ServerType |
Gets the type of the server of the currently loaded DB.
|
|
GetStoredFile ( string path ) : string | ||
StoreFile ( string path ) : void | ||
UpdateStoredFiles ( ) : void |
Method | Description | |
---|---|---|
AllLoaders ( ) : System.IO | ||
_getInCurrentPath ( string fileInput ) : string | ||
_getInParentPath ( string fileInput ) : string |
public static DetectPath ( |
||
toString | ||
allowAlernative | bool | |
return | string |
public static DetectPath ( string toString ) : string | ||
toString | string | |
return | string |
public static DetectPathAll ( string db ) : string | ||
db | string | The sub path to find. |
return | string |
public static GenericErrorHandler ( int &numError, object item ) : bool | ||
numError | int | |
item | object | |
return | bool |
public static GetFileType ( string path ) : FileType | ||
path | string | The path. |
return | FileType |
public static GetStoredFile ( string path ) : string | ||
path | string | |
return | string |
public static StoreFile ( string path ) : void | ||
path | string | |
return | void |