Instance Property インスタンスプロパティ

currentDirectoryPath

Sets the current directory for the receiver. レシーバに対する現在のディレクトリを設定します。

Declaration 宣言

var currentDirectoryPath: String { get set }

Parameters パラメータ

path

The current directory for the task. タスクに対する現在のディレクトリ。

Discussion 議論

If this method isn’t used, the current directory is inherited from the process that created the receiver. This method raises an NSInvalidArgumentException if the receiver has already been launched. このメソッドが使われないならば、現在のディレクトリはレシーバを作成したプロセスから継承されます。このメソッドは、NSInvalidArgumentExceptionを引き起こします、もしレシーバがすでに起動されているならば。

See Also 参照

Deprecated 非推奨