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.
ネットでレジストリ クラスを使用してマイ ドキュメント フォルダのパスを読み取りたいのですが、Environment.SpecialFolder.MyDocument を使用しないでください。
@nitramが言うように、レジストリを使用する必要がありますか?
var folderPath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);