NSFileManager.ChangeCurrentDirectory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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