|
|
|
|
|
HListCustomFolder (Function) In french: HListePersoDossier Returns a list of Custom-Folders (also called groups) defined by the user.: - in the current analysis,
- in ongoing analyses (case of projects with multiple analyses).
- in the specified analysis.
Trace(HListCustomFolder())
Syntax
<Result> = HListCustomFolder([<Path of the WDD file> [, <Password of the WDD file>]])
<Result>: Character string List of defined Custom-Folders:- in the current analysis,
- in ongoing analyses (case of projects with multiple analyses).
- in the specified analysis.
The name of the Custom-Folders are separated by CR characters (Carriage Return). The result has the following format: <Perso-dossier 1> + RC + <Perso-dossier 2> + ... + <Perso-dossier N> <Path of the WDD file>: Optional character string Full path of the analysis (.WDD file) to use. If this parameter is not specified or is equal to an empty string (""), Custom-Folders are searched.: - in the current analysis.
- in all current analyses (in the case of projects with multiple analyses).
<Password of the WDD file>: Optional character string Password defined for the analysis. If no password is defined, this parameter must be equal to an empty string (""). Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|