listFilesFromFolder

(FintechOS Studio 20.1.3 and later)

Returns the file names for all the files stored in a known folder.

Syntax

function listFilesFromFolder(knownFolder: string): string[]
 
Parameter Description
knownFolder Name of the known folder:
  • $RecycleBin
  • Import
  • Processed
  • ProcessedWithError
  • temp

Return Value

Returns an array of strings containing the names of the files stored in the known folder.

Examples