Is Path and Not Empty?
- 更新时间2023-02-17
- 阅读时长1分钟
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. |