changeCurrentDirectoryPath(_:)
Changes the path of the current working directory to the specified path.
Declaration
func changeCurrentDirectoryPath(_ path: String) -> BoolParameters
- path:
The path of the directory to which to change.
Return Value
Discussion
All relative pathnames refer implicitly to the current working directory.