File System - Empty Recycle Bin

Declaration

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

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 set to YES, a dialog box will appear verifying whether to complete the operation of permanently deleting files from the Recycle Bin. Set to NO by default.

Show progress UI

Yes/No

No

No

SHOWPROGRESSUI="yes"

If set to YES, displays a progress bar used to visualize the progression of the operation. Set to NO 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.

Description: Empty Recycle Bin. Show confirmation dialog. Show progress bar.

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