[Top]
Stdio
|
Method Stdio.is_dir()
- Method
is_dir
int Stdio.is_dir(string path)
- Description
-
Check if a path is a directory.
- Returns
Returns true if the given path is a directory, otherwise false.
- See also
Stdio.exist, Stdio.is_file, Stdio.is_link, file_stat
|