Method Stdio.is_file()
- Method is_file
intis_file(stringpath)- Description
Check if a
pathis a file.- Returns
Returns true if the given path is a regular file, otherwise false.
- See also
int is_file(string path)
Check if a path is a file.
Returns true if the given path is a regular file, otherwise false.