Instance Method インスタンスメソッド

changeCurrentDirectoryPath:

Changes the path of the current working directory to the specified path. 現在の作業ディレクトリのパスを指定されたパスに変更します。

Declaration 宣言

- (BOOL)changeCurrentDirectoryPath:(NSString *)path;

Parameters パラメータ

path

The path of the directory to which to change. それに変更する、ディレクトリのパス。

Return Value 戻り値

YES if successful, otherwise NO. 成功するならばYES、そうでないならばNO

Discussion 議論

All relative pathnames refer implicitly to the current working directory. 全ての相対パス名は、暗黙的に現在の作業ディレクトリを参照します。

See Also 参照

Managing the Current Directory 現在のディレクトリを管理する

Related Documentation 関連文書