|
wimlib
|
Data for a WIMLIB_UPDATE_OP_ADD operation. More...
#include <wimlib.h>
Data Fields | |
| wimlib_tchar * | fs_source_path |
| Filesystem path to the file or directory tree to add. | |
| wimlib_tchar * | wim_target_path |
| Destination path in the image. | |
| wimlib_tchar * | config_file |
Path to capture configuration file to use, or NULL if not specified. | |
| int | add_flags |
| Bitwise OR of WIMLIB_ADD_FLAG_* flags. | |
Data for a WIMLIB_UPDATE_OP_ADD operation.
| wimlib_tchar* wimlib_add_command::fs_source_path |
Filesystem path to the file or directory tree to add.
| wimlib_tchar* wimlib_add_command::wim_target_path |
Destination path in the image.
To specify the root directory of the image, use WIMLIB_WIM_ROOT_PATH.
| wimlib_tchar* wimlib_add_command::config_file |
Path to capture configuration file to use, or NULL if not specified.
| int wimlib_add_command::add_flags |
Bitwise OR of WIMLIB_ADD_FLAG_* flags.