getArchivePath

@ReplacedBy(value = "archiveFile")
open fun getArchivePath(): File(source)

Deprecated

The path where the archive is constructed. The path is simply the destinationDirectory plus the archiveFileName.

Return

a File object with the path to the archive

Deprecated

Use getArchiveFile