listpanoramafiles(
FOLDER
)

The listpanoramafiles( function returns a list of panorama database files in the specified folder.


Parameters

This function has one parameter:

folder – the path to the folder. See Files and Folders for details about file paths.


Description

Returns a list of Panorama database files in the specified folder. The items in the list are separated by the carriage return character (see Text Arrays).

The example below will list all of the database files in your Operations folder. (This example assumes you have created an Operations folder inside your home folder.)

listpanoramafiles("~/Operations")

Note: This function is equivalent to:

listfiles(thefolder,"ZEPD????")

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.