From 48646da5bc2c571e808fa5c88f33f719d1f0a7d5 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 22 Sep 2021 07:42:14 -0400 Subject: add upstream 11.14 --- zen/resolve_path.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'zen/resolve_path.h') diff --git a/zen/resolve_path.h b/zen/resolve_path.h index f2c427f1..4a5fc8fe 100644 --- a/zen/resolve_path.h +++ b/zen/resolve_path.h @@ -13,15 +13,12 @@ namespace zen { -/* - - expand macros +/* - expand macros - trim whitespace - expand volume path by name - convert relative paths into absolute - => may block for slow USB sticks and idle HDDs - => not thread-safe, see ::GetFullPathName()! -*/ + => may block for slow USB sticks and idle HDDs */ Zstring getResolvedFilePath(const Zstring& pathPhrase); //noexcept //macro substitution only -- cgit