Skip to main content
Skip table of contents

f$FileExists (f$DateiVorhanden)


f$FileExists (f$DateiVorhanden)

Check if the specified file exists.

Please note that, when entering a path in the file name, the character "\" must be entered twice ("\\").

Syntax:

found = f$FileExists( Filename )

 

Argument

Type

Meaning

 

Filename

String

File name including path

Result:

Integer

0: file does not exist
1: file exists

Example:

present = f$FileExists( 'c:\\customers\\customer.txt' )

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.