Camera Snapshot icon Camera Snapshot Save camera snapshots to 'My Robot Pictures' (Pictures folder), manual or timed (0-100s), and trigger programmatically via controlCommand. Try it →
 

Exists

File.exists(filename)

Parameters

filename Path of file to check if exists.

Returns

True if the file at path filename exists. False otherwise.

Description

Checks if the file at path filename exists.