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.
For example, executablePath is implemented like so:
open var executablePath: String? { return executableURL?.path }
This will result in it having an incorrect leading slash (like /C:/foo/bar/baz); instead it should use withUnsafeFileSystemRepresentation.
/C:/foo/bar/baz
withUnsafeFileSystemRepresentation