gecko/modules/lib7z/LZMASDK/CPP/7zip/Common/FilePathAutoRename.h

11 lines
190 B
C
Raw Normal View History

// Util/FilePathAutoRename.h
#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H
#include "Common/MyString.h"
bool AutoRenamePath(UString &fullProcessedPath);
#endif