Method | Description | |
---|---|---|
AssemblyResolve ( |
||
CheckAppExistingInstance ( String mutexName ) : bool |
Checks if the app is already running. The mutex is used to check this
|
|
ConvertMappedFileNameToDosFileName ( String mappedFileName ) : String |
Converts a filename from the \\Device\\HarddiskVolume1\\....\\abc.exe format to a Dos file name
|
|
Copy ( String source, String target ) : bool |
Copies the spcified source to target. IF source is a folder, recursively copies source to target
|
|
CopyDir ( string srcDir, string targetDir, bool recursive ) : bool |
Copies the specified source dir to the target dir
|
|
Dispose ( ) : void |
Not used
|
|
GetAssetsDir ( ) : String |
Returns fully qualified path to ACAT assets
|
|
GetConfigFileFullPath ( String xmlFileName ) : String |
Returns the fully qualified name of the XML config file.
|
|
GetDependentAssemblyVersion ( |
Gets version of assembly and referenced assemblies
|
|
GetExtensionDir ( ) : String |
Returns fully qualified path to the Extensions root folder
|
|
GetExtensionDir ( String dir ) : String |
Returns fully qualified path of the specified dir relative to to the Extensions root folder
|
|
GetFileAssociationForExtension ( string extension ) : string |
Returns the path to the executable that is associated with the file extension
|
|
GetFontsDir ( ) : String |
Returns the fully qualified path to the global ACAT fonts folder
|
|
GetImagePath ( string imageFile ) : String |
Returns the fully qualified path to the specified image file. First checks the User's image folder. If it doesn't find the file there, returns the path to the global ACAT images folder
|
|
GetImagesDir ( ) : String |
Returns fully qualified path to the global ACAT Images folder
|
|
GetLocalizedFilePath ( String preferredFilePath ) : String |
Returns the path to an localized version of the file, if it exists, using the pattern "[filename].[culture_name].[extension]".
|
|
GetLogsDir ( ) : String |
Returns path to where ACAT log files will be stored
|
|
GetMappedFileName ( |
Returns the mapped file name of a memory mapped file
|
|
GetPreferencesFileFullPath ( String prefName ) : String |
Returns the fully qualified name of the preferences file. The location of the file is the same as the EXE
|
|
GetSkinsDir ( ) : String |
Returns the global ACAT themes folder
|
|
GetSkinsImagePath ( string skin, string imageFile ) : String |
For the specified imaagefile, gets the fully qualified path to it for the spcified skin
|
|
GetSoundPath ( string soundFile ) : String |
Returns the fully qualified path to the specified sound file. First checks the User's sounds folder. If it doesn't find the file there, returns the path to the global ACAT sounds folder
|
|
GetSoundsDir ( ) : String |
Returns the global ACAT sounds folder
|
|
GetUserFontsDir ( ) : String |
Returns fully qualified path to the Fonts folder relative to the current user's User folder
|
|
GetUserImageDir ( ) : String |
Returns fully qualified path to the Images folder relative to the current user's User folder
|
|
GetUserSkinsDir ( ) : String |
Returns path to the themes folder relative to the current user's USER folder
|
|
GetUserSoundsDir ( ) : String |
Returns the sounds folder relative to the current user's USER folder
|
|
GetUsersDir ( ) : String |
Returns fully qualified path to the Users folders
|
|
IsACATRunning ( ) : bool |
Returns true if an instance of any of the ACAT apps is still running
|
Method | Description | |
---|---|---|
AssocQueryString ( uint flags, uint str, string pszAssoc, string pszExtra, [ pszOut, [ pcchOut ) : uint | ||
IsRunning ( String processName ) : bool | ||
Run ( String executable ) : bool | ||
closeAppMutex ( ) : void |
Closes the application mutex
|
|
copyDir ( string srcDir, string targetDir, bool recursive ) : void |
Recursively copies source dir to target
|
public static AssemblyResolve ( |
||
executingAssembly | ||
args | ||
return |
public static CheckAppExistingInstance ( String mutexName ) : bool | ||
mutexName | String | name of the mutex |
return | bool |
public static ConvertMappedFileNameToDosFileName ( String mappedFileName ) : String | ||
mappedFileName | String | input mapped file name |
return | String |
public static Copy ( String source, String target ) : bool | ||
source | String | source file or dir |
target | String | target |
return | bool |
public static CopyDir ( string srcDir, string targetDir, bool recursive ) : bool | ||
srcDir | string | source dir |
targetDir | string | target dir> |
recursive | bool | go deep recursively? |
return | bool |
public static GetConfigFileFullPath ( String xmlFileName ) : String | ||
xmlFileName | String | xml config file name |
return | String |
public static GetDependentAssemblyVersion ( |
||
assembly | input assembly | |
return | void |
public static GetExtensionDir ( String dir ) : String | ||
dir | String | relative path to the extensions folder |
return | String |
public static GetFileAssociationForExtension ( string extension ) : string | ||
extension | string | file extension |
return | string |
public static GetImagePath ( string imageFile ) : String | ||
imageFile | string | |
return | String |
public static GetLocalizedFilePath ( String preferredFilePath ) : String | ||
preferredFilePath | String | Path to |
return | String |
public static GetMappedFileName ( |
||
hModule | handle to the module | |
return | String |
public static GetPreferencesFileFullPath ( String prefName ) : String | ||
prefName | String | |
return | String |
public static GetSkinsImagePath ( string skin, string imageFile ) : String | ||
skin | string | skin name |
imageFile | string | image file name |
return | String |
public static GetSoundPath ( string soundFile ) : String | ||
soundFile | string | input sound file name |
return | String |