Virtual Robot icon Virtual Robot Display robot image with real-time servo position readouts and basic servo management including servo deletion 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.