pathcontents(
PATH
)

The pathcontents( function lists the contents of a folder (specified by a path)


Parameters

This function has one parameter:

path – path to the folder to be listed.


Description

This function lists the contents of a folder. Each listed file or folder is listed on a separate line.

pathcontents("~/Dropbox")

Note: This function is no longer necessary since the listfiles( function now performs the same function.

Note: This function is equivalent to:

listfiles(path,"")

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.