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.
Arduinocoms
— EZB v4-Arduino I2C bridge for ARC: supports custom C# code and reads gamepad or Wii controller inputs for robot control
Try it →
File.exists(filename)
| filename | Path of file to check if exists. |
Checks if the file at path filename exists.