Remove File or Folder

Removes a file or a folder with given path.

Remove file designer

Designer Properties#

  1. File/Folder Path Path to the file/folder to remove.

Properties#

Remove file properties

File#

See Designer Properties above.

General Properties#

See General Properties.

Misc#

See Misc.

Out Error#

See Out Error.

Example#

Download, Rename and Remove File

In this example, we download a rpack file, rename it to "newName123.rpack", get all the files from "ProjectsOutput"(the directory where the file was renamed) and display a message box with all the files available in "ProjectsOutput". After this, we remove the file and display a message box with all the available file in "ProjectsOutput".