mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
001101bb81
commit
34a984cd86
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
/// <summary>
|
||||
/// 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 <see cref="Path.IsPathRooted(string)"/>), resolves it relative to ProgramDirectory.
|
||||
/// </summary>
|
||||
/// <param name="path">The path to resolve</param>
|
||||
/// <returns>An absolute path</returns>
|
||||
|
|
|
|||
Loading…
Reference in a new issue