Remove File

This function is used to remove file(s) from a specified location. If you want to remove any existing file, you can easily discard that file with this function. The parameters are:

 

Path: The path could be a folder/file name to be removed. It's a required parameter.

Recursive: Its possible values are True/False. It is an optional parameter and it default value is False.

 

 

<RemoveFiles path="" recursive=""/>

 

 

See Also: