We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570b5fc commit df452e8Copy full SHA for df452e8
Foundation/NSTask.swift
@@ -152,7 +152,7 @@ open class Task: NSObject {
152
open var arguments: [String]?
153
open var environment: [String : String]? // if not set, use current
154
155
- open var currentDirectoryPath: String = FileManager.defaultInstance.currentDirectoryPath
+ open var currentDirectoryPath: String = FileManager.default.currentDirectoryPath
156
157
// standard I/O channels; could be either an NSFileHandle or an NSPipe
158
open var standardInput: AnyObject? {
0 commit comments