physfs/lzma/CPP/7zip/Common/FilePathAutoRename.h

11 lines
180 B
C
Raw Normal View History

2008-01-23 04:52:35 +01:00
// Util/FilePathAutoRename.h
#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H
#include "Common/MyString.h"
bool AutoRenamePath(UString &fullProcessedPath);
#endif