From 34a984cd86ee28313c176c79cc2c62d0e0d5a69f Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Sat, 21 Feb 2026 20:12:49 +0800 Subject: [PATCH] Improve code comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher.Infrastructure/UserSettings/DataLocation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/UserSettings/DataLocation.cs b/Flow.Launcher.Infrastructure/UserSettings/DataLocation.cs index 7b610d31a..9764a7ab2 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/DataLocation.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/DataLocation.cs @@ -46,7 +46,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings /// /// Resolves a path that may be relative to an absolute path. /// If the path is already absolute, returns it as-is. - /// If the path is relative (starts with . or doesn't contain a drive), resolves it relative to ProgramDirectory. + /// If the path is not rooted (as determined by ), resolves it relative to ProgramDirectory. /// /// The path to resolve /// An absolute path