Class Filesystem.Tar.`()
- Inherit
_TarFS
inherit _TarFS : _TarFS
- Method
create
Filesystem.Tar.`() Filesystem.Tar.`()(
string
filename
,void
|Filesystem.Base
parent
,void
|object
file
)- Parameter
filename
The tar file to mount.
- Parameter
parent
The parent filesystem. If none is given, the normal system filesystem is assumed. This allows mounting a TAR-file within a tarfile.
- Parameter
file
If specified, this should be an open file descriptor. This object could e.g. be a Stdio.File, Gz.File or Bz2.File object.