summaryrefslogtreecommitdiff
path: root/lib/resolve_path.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:24:35 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:24:35 +0200
commit460091fb0b2ff114cc741372f15bb43b702ea3b1 (patch)
tree0562c2eda4c66969c6e6d0910080db9f5b0def3e /lib/resolve_path.h
parent5.15 (diff)
downloadFreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.gz
FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.bz2
FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.zip
5.16
Diffstat (limited to 'lib/resolve_path.h')
-rw-r--r--lib/resolve_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resolve_path.h b/lib/resolve_path.h
index 975ed304..4e85c8ee 100644
--- a/lib/resolve_path.h
+++ b/lib/resolve_path.h
@@ -19,7 +19,7 @@ FULL directory format:
- convert relative paths into absolute
- trim whitespace and append file name separator
*/
-Zstring getFormattedDirectoryName(const Zstring& dirString); //throw() - non-blocking! no I/O!
+Zstring getFormattedDirectoryName(const Zstring& dirString); //throw() - non-blocking! no I/O! not thread-safe!!!(see ::GetFullPathName())
//macro substitution only
Zstring expandMacros(const Zstring& text);
bgstack15