CimDatabase.MaintActExportPath (property)

Sets and gets the location for the maintenance action export path.
Syntax: String = object.MaintActExportPath
object.MaintActExportPath = String
Description: CimDatabase.path is a string that specifies the directory that holds the files created by table maintenance export and purge actions. The default path is: SITE_ROOT:\ARC

Examples

myDatabase.path = "C:\projects\export"