Windows.File.Exists
static function Exists(path: string): bool;
static bool Exists(string path);
static def Exists(path as string) as bool
Parameters

path The file to check.
Description

Determines whether the specified file exists.