summaryrefslogtreecommitdiff
path: root/lib/resolve_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/resolve_path.h')
-rw-r--r--lib/resolve_path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/resolve_path.h b/lib/resolve_path.h
index 2fd5008e..bc74441a 100644
--- a/lib/resolve_path.h
+++ b/lib/resolve_path.h
@@ -12,6 +12,7 @@
namespace zen
{
+//resolve environment variables, relative paths, ect. and append file name separator
Zstring getFormattedDirectoryName(const Zstring& dirString); //throw() - non-blocking! no I/O!
#ifdef FFS_WIN
bgstack15