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

slaGetDocumentAbsolutePath

slaGetDocumentAbsolutePath(
t_docName
)
=> t_docAbsoluteFilePath

Description

Retrieves the absolute path of a document in the setup library view that is opened using the slaOpenOrCreateView function in edit mode.

Arguments

t_docName

String value specifying the name of the document.

Value Returned

t_docAbsoluteFilePath

Absolute path of the document in the setup library view.

Examples

Opens a setup library view in the edit mode and retrieves the absolute path of a specified document.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaGetDocumentAbsolutePath("coverage45.xls")
=> "<setupLibrary_sdb_directory_path>/documents/coverage45.xls"

Related Topics

slaGetAllDocuments

Setup Library Assistant Functions


Return to top
 ⠀
X