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
Value Returned
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
Setup Library Assistant Functions
Return to top