
Static Public Member Functions | |
| _.Library.Status | Create (_.Library.String pSourceDirectory, _.Library.String pArchiveFileName, pOutput) |
| Creates an archive with the contents of pSourceDirectory in pArchiveFileName | |
| _.Library.Status | Extract (_.Library.String pArchiveFileName, _.Library.String pTargetDirectory, pOutput) |
| Extracts the contents of pArchiveFileName into pTargetDirectory | |
Static Public Member Functions inherited from IConfigurable | |
| _.Library.Status | ClearSettingValue (_.Library.String pName) |
| Clears value of setting pName | |
| _.Library.String | GetSettingType (_.Library.String pName) |
| Returns the datatype of a setting, as one of: More... | |
| _.Library.String | GetSettingValue (_.Library.String pName) |
| Clears value of setting pName | |
| _.Library.Status | SetSettingValue (_.Library.String pName, _.Library.String pValue) |
| Sets setting pName to pValue. More... | |
| _.Library.Boolean | SettingIsDefined (_.Library.String pName) |
| Returns true if a value is defined for setting pName. | |
Additional Inherited Members | |
Static Public Attributes inherited from IConfigurable | |
| DESCRIPTION = None | |
| Interface for classes that require some level of configuration. More... | |
| SETTINGS = None | |
| A delimited string in the format: More... | |