diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:14 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:14 +0200 |
commit | 01eb8253196672c969a39587e90b49321a182428 (patch) | |
tree | 4a3b71d7913de519744466c9227fda6461c4f0b5 /lib/resolve_path.h | |
parent | 5.0 (diff) | |
download | FreeFileSync-01eb8253196672c969a39587e90b49321a182428.tar.gz FreeFileSync-01eb8253196672c969a39587e90b49321a182428.tar.bz2 FreeFileSync-01eb8253196672c969a39587e90b49321a182428.zip |
5.1
Diffstat (limited to 'lib/resolve_path.h')
-rw-r--r-- | lib/resolve_path.h | 1 |
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 |