summaryrefslogtreecommitdiff
path: root/zen/file_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/file_access.h')
-rw-r--r--zen/file_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/file_access.h b/zen/file_access.h
index 4b1c31dd..3588f79b 100644
--- a/zen/file_access.h
+++ b/zen/file_access.h
@@ -12,6 +12,7 @@
#include "file_error.h"
#include "file_id_def.h"
+
namespace zen
{
bool fileExists (const Zstring& filePath); //noexcept; check whether file or file-symlink exists
bgstack15