summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/7zip/Common/FilePathAutoRename.h
blob: 7b576591c9af3623aab327f7ef8908bf3ce8aaac (plain)
1
2
3
4
5
6
7
8
9
10
// FilePathAutoRename.h

#ifndef __FILE_PATH_AUTO_RENAME_H
#define __FILE_PATH_AUTO_RENAME_H

#include "../../Common/MyString.h"

bool AutoRenamePath(FString &fullProcessedPath);

#endif