Slide Script icon Slide Script Adjust a numeric variable via slider (0-1000) with customizable min/max, center button and scripts triggered on value change or bonus button press. 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.