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.