Search

Delete File

Last Updated: Dec 1, 2020

Articles

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

Syntax

Delete File (source_file, filename)

Parameters

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

Sample

Delete File (C:\Invoices.pdf)

  • Deletes the file ‘Invoices’ in the path ‘C:\Invoices.pdf’.

To view all the File functions, click here.

Did you find what you were looking for?