cwd function

Directory cwd()

Implementation

Directory cwd() {
    return Directory.current;
}