Contents

changeCurrentDirectoryPath(_:)

Changes the path of the current working directory to the specified path.

Declaration

func changeCurrentDirectoryPath(_ path: String) -> Bool

Parameters

  • path:

    The path of the directory to which to change.

Return Value

true if successful, otherwise false.

Discussion

All relative pathnames refer implicitly to the current working directory.

See Also

Related Documentation

Managing the current directory