Search

Does Exists

Last Updated: May 10, 2022

Articles

Use this function to check if a file exists in the given path.

Syntax

Does Exists (file_path)

Parameters

Input Parameter Name Description
file_path Path of the file

Returns

Return value Description
True/False Returns True if the given file is present, False if the given file is not present.

Sample

Does Exists (C:\Invoice.pdf)

  • Checks if the file Invoice.pdf exists in the path C:\Invoice.pdf.
    Returns True.

To view all the File functions, click here.

Did you find what you were looking for?