The Utility interface allows you to manage the Application Controller utilities (Shell, Copy, and Archive) programmatically.

The Utility interface consists of the following methods:

Starts the backup operation of the Archive utility.

Backup operations create an archive directory from an existing directory. The archive directory has the same name as the original directory, but with a timestamp appended to the end. The timestamp reflects the time when the backup operation was performed.

For example, if the original directory is called logs and was backed up on October 11, 2008 at 8:00 AM, the backup operation creates a directory called logs.2008_10_11.08_00_00.

RunBackupType parameters:

Throws:

Returns:

Launches the Copy utility, which copies files either on a single machine or between machines.

RunFileCopyType parameters:

Throws:

Returns:


Copyright © Legal Notices