diff options
Diffstat (limited to 'lib/resolve_path.h')
-rw-r--r-- | lib/resolve_path.h | 2 |
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); |