Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
c:\foo\bar.txtローカル ファイル パス (例: ) と URI (例: ) の両方を扱うユース ケースがありますhttp://somehost.com/fiz/baz。また、相対パスと絶対パスの両方を扱うので、Path.Combineや友達のような機能が必要です。
c:\foo\bar.txt
http://somehost.com/fiz/baz
Path.Combine
使用すべき既存の C# 型はありますか? Uri 型は機能するかもしれませんが、一見すると URI のみのように見えます。