class func launchedProcess (launchPath : String, arguments: [String]) -> Process
Creates and launches a task with a specified executable and arguments.
あるタスクをある指定された実行形式ファイルと引数で作成して起動します。
Deprecated 非推奨
Use current
instead.
Availability 有効性
Technology
var currentDirectoryPath: String
{ get set }
path
The current directory for the task. タスクに対する現在のディレクトリ。
If this method isn’t used, the current directory is inherited from the process that created the receiver. This method raises an NSInvalid
if the receiver has already been launched.
このメソッドが使われないならば、現在のディレクトリはレシーバを作成したプロセスから継承されます。このメソッドは、NSInvalid
を引き起こします、もしレシーバがすでに起動されているならば。
class func launchedProcess (launchPath : String, arguments: [String]) -> Process