mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 08:11:33 -06:00
13 lines
192 B
C
Executable File
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
|