Description
Creates a packed file based on an NTFS file. Its input is an NTFS file and its output is a file in the FMA storage format. All NTFS file information is included.
Options
Option | Description |
|
|
| Converts all files listed in (Filelist). |
|
|
Overwrites existing destination files. By default, no files are overwritten. | |
|
|
Recurses into directories. | |
|
|
Preserves timestamps. When unpacking a file, the original creation and | |
| modification timestamp is restored. |
| If this option is used without the |
| timestamps of the destination file (dFile) to the timestamps preserved in the |
| source file (sFile). |
|
|
sFile dFile | Packs the source file (sFile) to destination file (dFile). |
|
|
sDir dDir | Packs all files in the source directory (sDir) to the destination directory |
| (dDir). The new files have the same name. |
|
|
unpack
Creates an NTFS file based on a packed file.
Syntax
FmaFileUtil u[npack]
Creates an NTFS file based on a packed file. Its input is a packed file and its output is an NTFS file. All NTFS streams saved in the packed file are written into the created NTFS file.
Options
Option | Description |
|
|
Converts all files listed in (Filelist). | |
|
|
Overwrites existing destination files. By default, no files are overwritten. | |
|
|
Recurses into directories. | |
|
|
Preserves timestamps. When unpacking a file, the original creation and | |
| modification timestamp is restored. |
| If this option is used without the |
| timestamps of the destination file (dFile) to the timestamps preserved in the |
| source file (sFile). |
|
|
sFile dFile | Unpacks the source file (sFile) to destination file (dFile). |
|
|
sDir dDir | Unpacks all files in the source directory (sDir) to the destination directory |
| (dDir). The new files have the same name. |
|
|