Method | Description | |
---|---|---|
AddFolderChoices ( string path, string prefix, List |
||
CleanFilePath ( string filePath ) : string | ||
CopyDirectory ( string source, string destination, bool recursive ) : void | ||
CopySealFile ( string path, string destinationFolder ) : string | ||
DeleteSealFile ( string path ) : void | ||
GetResultFilePrefix ( string path ) : string | ||
GetTempUniqueFileName ( string filePath, string newExtension = "" ) : string | ||
GetUniqueFileName ( string filePath, string newExtension = "" ) : string | ||
GetUniqueFileName ( string directory, string fileName, string newExtension = "" ) : string | ||
IsSealAttachedFile ( string path ) : bool | ||
IsSealReportFile ( string path ) : bool | ||
MoveSealFile ( string source, string destination, bool copy ) : void | ||
PurgeTempApplicationDirectory ( ) : void | ||
PurgeTempDirectory ( string directoryPath ) : void | ||
ReadFile ( string path, string data ) : string | ||
ReportHasSchedule ( string path ) : bool | ||
WriteFile ( string path, string data ) : void |
public static AddFolderChoices ( string path, string prefix, List |
||
path | string | |
prefix | string | |
choices | List |
|
return | void |
public static CleanFilePath ( string filePath ) : string | ||
filePath | string | |
return | string |
public static CopyDirectory ( string source, string destination, bool recursive ) : void | ||
source | string | |
destination | string | |
recursive | bool | |
return | void |
public static CopySealFile ( string path, string destinationFolder ) : string | ||
path | string | |
destinationFolder | string | |
return | string |
public static DeleteSealFile ( string path ) : void | ||
path | string | |
return | void |
public static GetResultFilePrefix ( string path ) : string | ||
path | string | |
return | string |
public static GetTempUniqueFileName ( string filePath, string newExtension = "" ) : string | ||
filePath | string | |
newExtension | string | |
return | string |
public static GetUniqueFileName ( string filePath, string newExtension = "" ) : string | ||
filePath | string | |
newExtension | string | |
return | string |
public static GetUniqueFileName ( string directory, string fileName, string newExtension = "" ) : string | ||
directory | string | |
fileName | string | |
newExtension | string | |
return | string |
public static IsSealAttachedFile ( string path ) : bool | ||
path | string | |
return | bool |
public static IsSealReportFile ( string path ) : bool | ||
path | string | |
return | bool |
public static MoveSealFile ( string source, string destination, bool copy ) : void | ||
source | string | |
destination | string | |
copy | bool | |
return | void |
public static PurgeTempApplicationDirectory ( ) : void | ||
return | void |
public static PurgeTempDirectory ( string directoryPath ) : void | ||
directoryPath | string | |
return | void |
public static ReadFile ( string path, string data ) : string | ||
path | string | |
data | string | |
return | string |
public static ReportHasSchedule ( string path ) : bool | ||
path | string | |
return | bool |
public static WriteFile ( string path, string data ) : void | ||
path | string | |
data | string | |
return | void |