× [PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。 |
前もこういう記事を書いたような気もするが、検索しても出てこなかったので
たぶんまとめて書いたことはないんだろう。 ユーザ名(英字) NSUserName() XXXX ユーザ名(漢字) NSFullUserName() 名名名名 ホームディレクトリ NSHomeDirectory() /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13 指定ユーザのホームディレクトリ NSHomeDirectoryForUser(@"XXXX") /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13 テンポラリディレクトリ(不明) NSTemporaryDirectory() /var/folders/16/1607jAmvGO45jkoiNniJ6E+++TI/-Tmp-/ ルートディレクトリ NSOpenStepRootDirectory() / バンドルのパス [[NSBundle mainBundle] bundlePath] /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13/YYYY.app バンドルのリソースパス [[NSBundle mainBundle] resourcePath] /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13/YYYY.app バンドルの実行パス [[NSBundle mainBundle] executablePath] /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13/YYYY.app/action [[NSBundle mainBundle] pathForAuxiliaryExecutable: [[NSBundle mainBundle] executablePath]] /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13/YYYY.app/action バンドルのプライベートフレームワークへのパス [[NSBundle mainBundle] privateFrameworksPath] /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13/YYYY.app/Frameworks バンドルのシェアードフレームワークへのパス [[NSBundle mainBundle] sharedFrameworksPath] /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13/YYYY.app/SharedFrameworks バンドルのシェアードサポートパス [[NSBundle mainBundle] sharedSupportPath] /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13/YYYY.app/SharedSupport バンドルのビルトインプラグインへのパス [[NSBundle mainBundle] builtInPlugInsPath] /Users/XXXX/Library/Application Support/iPhone Simulator/4.3.2/Applications/CED2DC6B-645C-40F5-A3D4-84EDABF15B13/YYYY.app/PlugIns PR |
|
トラックバックURL
|