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.
Tiny Yolo2
— Real-time TinyYolo object detection for ARC Camera Device: tracks 20 classes, populates camera variables, triggers tracking scripts, 30+ FPS in HD.
Try it →
File.exists(filename)
| filename | Path of file to check if exists. |
Checks if the file at path filename exists.