NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



FileExists

Checks if a file exists on disk

Sample Source

If (FileExists "/web/sample.txt") Then
   LoadFile strContents From "/web/sample.txt"
Else
   Say "No such file"
EndIf

Related Function(s):
   CopyFile; FileSize;

Minimum version: 4.4