mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 09:10:00 -06:00
Initialer Commit
This commit is contained in:
13
CPP/7zip/UI/Common/ArchiveName.h
Normal file
13
CPP/7zip/UI/Common/ArchiveName.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// ArchiveName.h
|
||||
|
||||
#ifndef __ARCHIVE_NAME_H
|
||||
#define __ARCHIVE_NAME_H
|
||||
|
||||
#include "../../../Common/MyString.h"
|
||||
|
||||
#include "../../../Windows/FileFind.h"
|
||||
|
||||
UString CreateArchiveName(const UString &path, bool fromPrev, bool keepName);
|
||||
UString CreateArchiveName(const NWindows::NFile::NFind::CFileInfo &fileInfo, bool keepName);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user