Search

Delete the File

Last Updated: May 10, 2022

Articles

Use this function to delete files in the given file path.

Syntax

Delete the file(path)

Parameters

Input Parameter Name Description
path Path of the folder to be explored

Returns

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

Sample

Delete the file (C:\Invoice.pdf)

  • Deletes the file Invoice from the filepath C:\Invoice.pdf.
    Returns Completed.

To view all the File functions, click here.

Did you find what you were looking for?