Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

verifGetImportedFiles

verifGetImportedFiles(
g_sessionId
)
=> l_importedFiles / nil

Description

Returns a list of all imported files that are associated with the specified session. If no imported files have been defined, nil is returned.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

Value Returned

l_importedFiles

List of all imported files that are associated with the specified session.

nil

No imported files are defined in the specified session.

Examples

The following example shows how the function can be used:

sessionId = verifOpenCellView("test" "export" "verifier")
=> 0
verifGetImportedFiles(sessionId)
=> ("./test_export.csv")

Related Topics

verifCompareImportedFiles

verifExportJson

verifExportReqsToFile

verifImportFile

verifMergeImportedFiles


Return to top
 ⠀
X