aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/FileDir.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/Windows/FileDir.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/CPP/Windows/FileDir.h b/CPP/Windows/FileDir.h
index 08281aa..573ffa2 100644
--- a/CPP/Windows/FileDir.h
+++ b/CPP/Windows/FileDir.h
@@ -1,7 +1,7 @@
1// Windows/FileDir.h 1// Windows/FileDir.h
2 2
3#ifndef __WINDOWS_FILE_DIR_H 3#ifndef ZIP7_INC_WINDOWS_FILE_DIR_H
4#define __WINDOWS_FILE_DIR_H 4#define ZIP7_INC_WINDOWS_FILE_DIR_H
5 5
6#include "../Common/MyString.h" 6#include "../Common/MyString.h"
7 7
@@ -73,6 +73,8 @@ bool GetCurrentDir(FString &resultPath);
73 73
74bool MyGetTempPath(FString &resultPath); 74bool MyGetTempPath(FString &resultPath);
75 75
76bool CreateTempFile2(CFSTR prefix, bool addRandom, AString &postfix, NIO::COutFile *outFile);
77
76class CTempFile MY_UNCOPYABLE 78class CTempFile MY_UNCOPYABLE
77{ 79{
78 bool _mustBeDeleted; 80 bool _mustBeDeleted;