chdman/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h

11 lines
187 B
C
Raw Normal View History

2021-12-14 11:06:18 +00:00
// FilePathAutoRename.h
#ifndef __FILE_PATH_AUTO_RENAME_H
#define __FILE_PATH_AUTO_RENAME_H
#include "../../Common/MyString.h"
bool AutoRenamePath(FString &fullProcessedPath);
#endif