Xamarin.iOSで特殊ディレクトリのパスを取得する

提供: MonoBook
2021年1月29日 (金) 06:54時点におけるAdministrator (トーク | 投稿記録)による版 (ページの作成:「Environment.GetFolderPath(Environment.SpecialFolder.ほげほげ)で取得できるやつ一覧。 {| class="wikitable" |- | Desktop || {APP_HOME}/Documents/Desk…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

Environment.GetFolderPath(Environment.SpecialFolder.ほげほげ)で取得できるやつ一覧。

Desktop {APP_HOME}/Documents/Desktop
MyDocuments {APP_HOME}/Documents
MyDocuments {APP_HOME}/Documents
Favorites {APP_HOME}/Library/Favorites
MyMusic {APP_HOME}/Documents/Music
MyVideos {APP_HOME}/Documents/Videos
DesktopDirectory {APP_HOME}/Documents/Desktop
Fonts {APP_HOME}/Documents/.fonts
Templates {APP_HOME}/Documents/Templates
ApplicationData {APP_HOME}/Documents/.config
LocalApplicationData {APP_HOME}/Documents
InternetCache {APP_HOME}/Library/Caches
CommonApplicationData /usr/share
ProgramFiles /Applications
MyPictures {APP_HOME}/Documents/Pictures
UserProfile {APP_HOME}
CommonTemplates /usr/share/templates
Resources {APP_HOME}/Library

関連項目[編集 | ソースを編集]