tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ArchiveName.h (340B)


      1 // ArchiveName.h
      2 
      3 #ifndef __ARCHIVE_NAME_H
      4 #define __ARCHIVE_NAME_H
      5 
      6 #include "../../../Common/MyString.h"
      7 
      8 #include "../../../Windows/FileFind.h"
      9 
     10 UString CreateArchiveName(const UString &path, bool fromPrev, bool keepName);
     11 UString CreateArchiveName(const NWindows::NFile::NFind::CFileInfo &fileInfo, bool keepName);
     12 
     13 #endif