setCurrentWorkingDirectory method
Implementation
void setCurrentWorkingDirectory(String path) {
currentWorkingDirectory = _normalizeDirectoryPath(path);
}
void setCurrentWorkingDirectory(String path) {
currentWorkingDirectory = _normalizeDirectoryPath(path);
}