Search

Remove Files From Folder

Articles

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

Syntax

Remove Files From Folder (folder_path)

Parameters

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

Returns

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

Sample

Remove Files From Folder (C:\Invoices)

  • Returns ‘Completed’ after the all files in the folder ‘C:\Invoices’ are deleted.

To view all the File functions, click here.

Did you find what you were looking for?