Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Windows.File.Exists

static function Exists(path: string): bool;
static bool Exists(string path);
static def Exists(path as string) as bool

Parameters

pathThe file to check.

Description

Determines whether the specified file exists.