Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Unused Parameter "path" #1

Open
soernt-poppe opened this issue Nov 21, 2022 · 0 comments
Open

Unused Parameter "path" #1

soernt-poppe opened this issue Nov 21, 2022 · 0 comments

Comments

@soernt-poppe
Copy link

/// <summary>
/// Equivalent of FileSystem.Combine( [Union of path, parts] )
/// </summary>
/// <param name="path"></param>
/// <param name="parts"></param>
/// <returns></returns>
public static string AppendPath(this string path, params string[] parts)
{
    return Path.Combine(parts);
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant