processDirectory property
String
get
processDirectory
The actual process working directory (Directory.current.path).
Unlike cli.cwd(), this reflects the real process directory.
Changing this affects the actual process, not just CLI path resolution.
Implementation
String get processDirectory;
set
processDirectory
(String path)
Set the actual process working directory (Directory.current).
Warning: This affects the entire process, not just CLI navigation.
Implementation
set processDirectory(String path);