メインメニューを開く

差分

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

1,087 バイト追加, 2021年1月29日 (金) 06:54
ページの作成:「Environment.GetFolderPath(Environment.SpecialFolder.ほげほげ)で取得できるやつ一覧。 {| class="wikitable" |- | Desktop || {APP_HOME}/Documents/Desk…」
Environment.GetFolderPath(Environment.SpecialFolder.ほげほげ)で取得できるやつ一覧。
{| class="wikitable"
|-
| 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
|}

== 関連項目 ==
* [[iOSの一時ディレクトリ(tmpとcaches)の違い]]

[[category: Xamarin.iOS]]