wimlib
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
Data Fields
wimlib_add_command Struct Reference

Data for a WIMLIB_UPDATE_OP_ADD operation. More...

#include <wimlib.h>

Data Fields

wimlib_tcharfs_source_path
 Filesystem path to the file or directory tree to add. More...
 
wimlib_tcharwim_target_path
 Destination path in the WIM image. More...
 
wimlib_tcharconfig_file
 Path to capture configuration file to use, or NULL for default. More...
 
int add_flags
 Bitwise OR of WIMLIB_ADD_FLAG_* flags. More...
 

Detailed Description

Data for a WIMLIB_UPDATE_OP_ADD operation.

Field Documentation

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 WIM image.

Use WIMLIB_WIM_ROOT_PATH to specify the root directory of the WIM image.

wimlib_tchar* wimlib_add_command::config_file

Path to capture configuration file to use, or NULL for default.

int wimlib_add_command::add_flags

Bitwise OR of WIMLIB_ADD_FLAG_* flags.


The documentation for this struct was generated from the following file: