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