recycleFile

Moves a file to the $RecycleBin subfolder of the file upload location.

Syntax

Copy
function recycleFile(fileRealName: string): void
 
Parameter Description
fileRealName Unique internal ID (real name) of the orphan file.

Examples