IGetDirList {R2I} | R Documentation |
Returns the List of Directories
IGetDirList(StudyName = NA, newDirName = NA, delDirName = NA)
StudyName |
Name of the Study within which the items must be listed. If a Study has already been defined as default, this argument is optional. |
newDirName |
Name of the NEW Directory to be created. |
delDirName |
Name of the Directory to be deleted. |
This command needs the connection with ISATIS to be established. This
is obtained by running the command ConnectIsatis
beforehand.
When defined, the argument 'StudyName' will serve as a default parameter for next operations. When a NEW Directory has been created, it is recorded as the Default Directory for the next operations.
You can check all the elements stored as default by using the command
ShowTarget
.
The list of the valid directory names. This list includes the new Directory name (if defined by this command).