Xamarin.iOSで特殊ディレクトリのパスを取得する
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 |