|
wimlib
|
Data for a WIMLIB_UPDATE_OP_RENAME operation. More...
#include <wimlib.h>
Data Fields | |
| wimlib_tchar * | wim_source_path |
| Path, specified from the root of the WIM image, for the source file or directory tree within the WIM image. More... | |
| wimlib_tchar * | wim_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... | |
Data for a WIMLIB_UPDATE_OP_RENAME operation.
| 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.
1.8.11