Search

Delete Files

Last Updated: May 10, 2022

Articles

Use this function to delete all the files present in the given folder.

Syntax

Delete Files (path)

Parameters

Input Parameter Name Description
path Path of the file to be deleted

Returns

Return value Description
Completed Returns the status as Completed after the files are deleted

Sample

Delete Files (C:\Invoices.pdf)

  • Delete all files in the Invoices folder.
    Returns the status as Completed after the files are deleted.
    Returns the status as Folder not exists if the path provided is incorrect.

To view all the File functions, click here.

Did you find what you were looking for?