A list of the names of the files are retrieved that are contained within the folder represented by the given path. The call returns the names in just the folder, or in the entire hierarchy of folders under the folder.
This method is only available in EPM Workspace and does not apply to the desktop.
Example using getFolderContentsFor:
var arrNames = objRep.getFolderContentsFor(strPath, blnRecursive)
Parameter | Description |
---|---|
strPath | The complete path that represents the folder |
blnRecursive | False: examine just the folder or True: expand all sub-folders |