Méthode | Description | |
---|---|---|
FindFileLocations ( List |
This function takes a list of files, and returns the files with corrected relative paths for compression or extraction
|
|
cleanDirectory ( string currentDirectory, string &Result ) : void |
This function cleans empty subdirectories after the uninstallation of a package
|
public static FindFileLocations ( List |
||
tempList | List |
The file list |
Résultat | List |
public static cleanDirectory ( string currentDirectory, string &Result ) : void | ||
currentDirectory | string | The directory to clean (Normally the root package install directory) |
Result | string | The results output string |
Résultat | void |