getCurrentWorkingDirectory static method
Gets the current working directory path
Implementation
static String getCurrentWorkingDirectory() {
return Directory.current.path;
}
Gets the current working directory path
static String getCurrentWorkingDirectory() {
return Directory.current.path;
}