exists

Checks whether or not the file/folder at the destination exists

bool
exists
(
string path
)

Parameters

path string

The path to the file/folder

Return Value

Type: bool

A bool indicating whether or not the file/folder exists

Meta