Java.Lang.ProcessBuilder.Directory Method
Changes the working directory of this process builder.

Syntax

[Android.Runtime.Register("directory", "(Ljava/io/File;)Ljava/lang/ProcessBuilder;", "")]
public ProcessBuilder Directory (Java.IO.File directory)

Parameters

directory
the new working directory for this process builder.

Returns

Documentation for this section has not yet been entered.

Remarks

Changes the working directory of this process builder. If the specified directory is null, then the working directory of the Java process is used when a process is started.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1