fileExists(file_path)

Class: SwingUI.

Description:

Synchronously checks if the file or directory exist.

Parameters:

Name Type Description

file_path

string | URL

File or directory path to check

Returns:

Returns true if the file or directory exist; otherwise returns false.

Type: boolean