pak.extract {wal} | R Documentation |
Extract PAK contents into existing directory.
Description
Extract PAK contents into existing directory.
Usage
pak.extract(pak_filepath, outdir = getwd())
Arguments
pak_filepath |
character string, path to input PAK file. |
outdir |
character string, the output directory in which the files should be created. Must be writeable. The sub directories and filenames are derived from the data in the WAD. |
Note
PAK files can contain a directory structure, and new subdirectories will be created under outdir
as needed to preserve it.
[Package wal version 0.1.1 Index]