File System - Empty Recycle Bin

Declaration

<AMFILESYSTEM ACTIVITY="empty" SHOWCONFIRMATION="YES/NO" SHOWPROGRESSUI="YES/NO" />

Related Topics    

Description

Permanently deletes files from the Recycle Bin.

Practical Usage

Mainly used to permanently remove files from your computer and reclaim any hard disk space they were using.

Parameters

General

Property Type Required Default Markup Description
Show confirmation Yes/No No No SHOWCONFIRMATION="yes" If selected, a dialog box will appear verifying whether to complete the operation of permanently deleting files from the Recycle Bin. Disabled by default.
Show progress UI Yes/No No No SHOWPROGRESSUI="yes" If selected, displays a progress bar used to visualize the progression of the operation. Disabled by default.

Description

Error Causes

On Error

Example

NOTE:
  • The sample AML code below can be copied and pasted directly into the Steps Panel of the Task Builder.
  • Parameters containing user credentials, files, file paths, and/or other information specific to the task must be customized before the sample code can run successfully.

Description

This sample task empties the Recycle Bin.

Copy
<AMFILESYSTEM ACTIVITY="empty" SHOWCONFIRMATION="yes" SHOWPROGRESSUI="yes" />