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.
EZB Stress Test
— Stress-tests EZ-B controllers (UART, ADC, voltage, temp, audio, digital I/O) to detect disconnects, corruption and stability issues.
Try it →
File.exists(filename)
| filename | Path of file to check if exists. |
Checks if the file at path filename exists.