4D v13.4

FOLDER LIST

Home

 
4D v13.4
FOLDER LIST

FOLDER LIST 


 

FOLDER LIST ( pathname ; directories ) 
Parameter Type   Description
pathname  String in Pathname to volume, directory or folder
directories  String array in Names of the directories present at this location

The FOLDER LIST command populates the Text or String array directories with the names of the folders located at the pathname you pass in pathname.

Note: The pathname parameter only accepts absolute pathnames.

If there are no folders at the specified location, the command returns an empty array. If the pathname you pass in pathname is invalid, FOLDER LIST generate a file manager error that you can intercept using an ON ERR CALL method.

 
PROPERTIES 

Product: 4D
Theme: System Documents
Number: 473

This command modifies the Error system variable

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D v6

 
SEE ALSO 

DOCUMENT LIST
VOLUME LIST