IGetFileList {R2I}R Documentation

Returns the List of Files

Description

Returns the List of Files

Usage

IGetFileList(DirName = NA, StudyName = NA, delFileName = NA)

Arguments

DirName

Name of the Directory within which the items must be listed. If a Directory has already been defined as default, this argument is optional.

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.

delFileName

Name of the File to be deleted.

Details

This command needs the connection with ISATIS to be established. This is obtained by running the command ConnectIsatis beforehand.

When defined, the arguments 'StudyName' and 'DirName' will serve as default parameters for next operations. You cannot use this command for creating a NEW file. Instead please use ICreateFile instead.

You can check all the elements stored as default by using the command ShowTarget.

Value

The list of the valid file names.


[Package R2I version 5.5.9 Index]