- Name
-
IsPathEmpty -- check if path is empty (V5.0)
- Synopsis
-
ret = IsPathEmpty(id)
- Function
-
This function can be used to check whether or not the specified path
object is empty or not. If it is empty, this function returns
True,
otherwise False.
- Inputs
-
- id
- identifier of path to query
- Results
-
- ret
True if path is empty, else False
Show TOC