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
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
|
List of all imported files that are associated with 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
Return to top