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

verifAddDocument

verifAddDocument(
g_sessionId
t_fileName
)
=> t_name / nil

Description

Adds a file to the documents directory of the Verifier cellview.

Arguments

g_sessionId

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

t_fileName

The name of the file.

Value Returned

t_name

Relative location of the file in the Verifier cellview.

nil

The file could not be added or the operation is unsuccessful.

Examples

Opens a Verifier cellview and adds a file from the current directory to the session.

uid = verifOpenCellView("test" "sample" "verifier")
=> 0

Adds file.txt from the current directory to the session.

verifAddDocument(sess "file.txt") 
=> "documents/file.txt"

Related Topics

verifAddImage

verifDocumentExists

verifGetDocuments

verifGetImages

verifImageExists

verifRemoveDocument

verifRemoveImage


Return to top
 ⠀
X