class func launchedProcess (launchPath : String, arguments: [String]) -> Process
Creates and launches a task with a specified executable and arguments.
あるタスクをある指定された実行形式ファイルと引数で作成して起動します。
var currentDirectoryPath : String
Sets the current directory for the receiver.
レシーバに対する現在のディレクトリを設定します。