aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/Common/FilePathAutoRename.h
blob: 43039629bb7524298ea483fbef672afb3d9b565c (plain)
1
2
3
4
5
6
7
8
9
10
// Util/FilePathAutoRename.h

#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H

#include "Common/MyString.h"

bool AutoRenamePath(UString &fullProcessedPath);

#endif