Type: lib.os.FileExists
Namespace: lib.os
Description
Check if a file or directory exists at the specified path. files, check, exists
Use cases:
- Validate file presence before processing
- Implement conditional logic based on file existence
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| path | str |
Path to check for existence | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bool |
Metadata
Related Nodes
Browse other nodes in the lib.os namespace.