mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 12:11:39 -06:00
3.13
This commit is contained in:
12
7zip/Common/FilePathAutoRename.h
Executable file
12
7zip/Common/FilePathAutoRename.h
Executable file
@@ -0,0 +1,12 @@
|
||||
// Util/FilePathAutoRename.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __FILEPATHAUTORENAME_H
|
||||
#define __FILEPATHAUTORENAME_H
|
||||
|
||||
#include "Common/String.h"
|
||||
|
||||
bool AutoRenamePath(UString &fullProcessedPath);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user