file.exist

Syntax

b = file.exist(s)

Get if the file exists in the file system.

Returns:b - true if a file with name name exists in the file system.
Arguments:s - The file name to look for.