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.GetFolderPath(Environment.SpecialFolder.Desktop)
vala のために存在します。または、異なるシステム言語を考慮してデスクトップ パスを取得するにはどうすればよいですか?
ありがとう
を探しています。Environment.get_user_special_dir(UserDirectory.DESKTOP)
Environment.get_user_special_dir
(
UserDirectory.DESKTOP
)