Welcome to mirror list, hosted at ThFree Co, Russian Federation.

FilePathAutoRename.h « Common « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9932309433b5a0eef60159052c082d75aed5179a (plain)
1
2
3
4
5
6
7
8
9
10
// Util/FilePathAutoRename.h

#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H

#include "Common/String.h"

bool AutoRenamePath(UString &fullProcessedPath);

#endif