Libraries |
|
Archive | Source Code |
|
|
Function Summary | |||||
fileSys |
| ||||
fileSys |
|
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.
|
|