Upgrade to ARC Pro
ARC Early Access will give you immediate updates and new features needed to unleash your robot's potential!
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.