NSFileManager.ChangeCurrentDirectory(String) Method

Definition

Attepts to switch the current directory to the specified path, returns success or failure.

[Foundation.Export("changeCurrentDirectoryPath:")]
public virtual bool ChangeCurrentDirectory (string path);
abstract member ChangeCurrentDirectory : string -> bool
override this.ChangeCurrentDirectory : string -> bool

Parameters

path
String

Returns

Attributes

Applies to