4D v14.3

FOLDER LIST

Home

 
4D v14.3
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

 
HISTORY 

Created: 4D v6

 
SEE ALSO 

DOCUMENT LIST
VOLUME LIST

 
ARTICLE USAGE

4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)