os.cwd{dirname:str}
The current directory path.
Examples
cwd
import("os")
os.cwd
┌─────────────────────┐ │ dirname │ ├─────────────────────┤ │ /home/ra/schema_one │ └─────────────────────┘
Builtin
os.cwd{dirname:str}
The current directory path.
import("os")
os.cwd
┌─────────────────────┐ │ dirname │ ├─────────────────────┤ │ /home/ra/schema_one │ └─────────────────────┘