Is Path and Not Empty?
- Updated2023-02-17
- 1 minute(s) read
Is Path and Not Empty?
Checks if the input path is a valid path or an empty path.

Inputs/Outputs

path
Path you want to check.

path and not empty?
A Boolean that specifies whether or not the input path is empty or <Not A Path>.
True | The input path is any value other than <Not A Path> or an empty path. |
False | The input path is <Not A Path> or an empty path. |