p7zip/CPP/7zip/Common/FilePathAutoRename.h

11 lines
187 B
C
Raw Normal View History

2017-10-11 12:35:36 +02:00
// FilePathAutoRename.h
#ifndef __FILE_PATH_AUTO_RENAME_H
#define __FILE_PATH_AUTO_RENAME_H
#include "../../Common/MyString.h"
bool AutoRenamePath(FString &fullProcessedPath);
#endif