Method Stdio.is_dir()
- Method is_dir
intis_dir(stringpath)- Description
Check if a
pathis a directory.- Returns
Returns true if the given path is a directory, otherwise false.
- See also
int is_dir(string path)
Check if a path is a directory.
Returns true if the given path is a directory, otherwise false.