FileReference.FileExists
 
 
 

FileReference.FileExists

Description

Checks if the file is valid or not.

C# Syntax

Int32 FileReference.FileExists();

Scripting Syntax

oBoolean = FileReference.FileExists();

Return Value

Boolean: True if the file exists.