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

Data for a WIMLIB_UPDATE_OP_RENAME operation. More...

#include <wimlib.h>

Data Fields

wimlib_tcharwim_source_path
 Path, specified from the root of the WIM image, for the source file or directory tree within the WIM image. More...
 
wimlib_tcharwim_target_path
 Path, specified from the root of the WIM image, for the destination file or directory tree within the WIM image. More...
 
int rename_flags
 Reserved; set to 0. More...
 

Detailed Description

Data for a WIMLIB_UPDATE_OP_RENAME operation.

Field Documentation

wimlib_tchar* wimlib_rename_command::wim_source_path

Path, specified from the root of the WIM image, for the source file or directory tree within the WIM image.

wimlib_tchar* wimlib_rename_command::wim_target_path

Path, specified from the root of the WIM image, for the destination file or directory tree within the WIM image.

int wimlib_rename_command::rename_flags

Reserved; set to 0.


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