Libraries
Archive Source Code
 previous   up   next 

Function Summary
fileSys
openArchive (inout file: archiveFile)
Open an archive with the given archiveFile.
fileSys
openArchive (in string: archiveFileName)
Open an archive with the given archiveFileName.

Function Detail

openArchive

const func fileSys: openArchive (inout file: archiveFile)

Open an archive with the given archiveFile.

Parameters:
archiveFile - File that contains an archive.

openArchive

const func fileSys: openArchive (in string: archiveFileName)

Open an archive with the given archiveFileName.

Parameters:
archiveFileName - Name of the TAR archive to be opened.


 previous   up   next