Is Path and Not Empty?

Checks if the input path is a valid path or an empty path.

1378

Inputs/Outputs

datatype_icon

path

Path you want to check.

datatype_icon

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.