Neolane - JavaScript API - v6.1.0

Unknown
list
Lists the content of a directory.
list ( [ mask ] [, sort ] [, noCase ])
Parameters
mask
The search mask ( * by default).
sort
true to sort the result ( false by default).
noCase
true to ignore the class when sorting ( false by default).
Return value
A table containing the list of files ( File ) that match the specified path and mask.
Remarks
The directory name must end with a / in Linux and a \ in Windows.

Example:

var dir = new File("c:\\temp\\")
var files = dir.list("*.*")
for each (var file in files)
  logInfo(file.name)
Features
Method of class: File
Available in:
  • Content management
  • Delivery properties
  • Typology rule
  • JSSP
  • SOAP Method
  • WebApp
  • Workflow

Table of contents

previous page start next page