Checks if a path is a path or a file name. The Path must be separated by /.
/
true if the path is a path, false if it is a file name
true
false
the path, must be seperated by /
Generated using TypeDoc
Checks if a path is a path or a file name. The Path must be separated by
/
.Returns
true
if the path is a path,false
if it is a file name