mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
11 lines
201 B
C
Executable File
11 lines
201 B
C
Executable File
// FilePathAutoRename.h
|
|
|
|
#ifndef ZIP7_INC_FILE_PATH_AUTO_RENAME_H
|
|
#define ZIP7_INC_FILE_PATH_AUTO_RENAME_H
|
|
|
|
#include "../../Common/MyString.h"
|
|
|
|
bool AutoRenamePath(FString &fullProcessedPath);
|
|
|
|
#endif
|