Files
easy7zip/7zip/Common/FilePathAutoRename.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

13 lines
192 B
C
Executable File

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