Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.91 KB

File metadata and controls

60 lines (48 loc) · 1.91 KB

Function: FileExists

Determines whether a file exists

Method Signature

FileExists(source=[string], allowRealPath=[boolean])

Arguments

Argument Type Required Description Default
source string true The file path
allowRealPath boolean true Whether to allow an absolute path as the path argument true

Examples

Related