workspace
Workspace
The absolute file path to the current workspace
public String _workspace(@SuppressWarnings("unused") String args[]) {
return getBase().getAbsolutePath();
}