ftos.files.recycle

IMPORTANT!  
Starting with v24.3.0, this is renamed from recycleFile to ftos.files.recycle.

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

This is a business logic method for business service components.

Syntax

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

Examples