Filepath Location
Retrieves the absolute path for various predefined special filesystem locations.
Inputs#
| Port | Description |
|---|---|
| The special filesystem location to retrieve. |
Outputs#
| Port | Description |
|---|---|
| The absolute path of the requested location. |
Addendum#
This node returns the absolute path for various common system locations.
| Location | Description |
|---|---|
| Home | The current user's home directory. |
| Current Graph | The absolute path of the currently executing graph file. |
| Temp Directory | The system's default directory for temporary files. |
| Executable Dir | The directory containing the actrun runtime executable. |
| Root Directory | The root of the filesystem (e.g., / on Linux/macOS, \ on Windows). |
| Working Directory | The current working directory from which the process was started. |
| User Config Dir | The default directory for user-specific configuration files. |
| Desktop Directory | The current user's desktop directory. Note: The node will error if this path does not exist. |
ID: core/filepath-location@v1