Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiViewfile

hiViewfile( 
)
=> l_filePath / nil

Description

Brings up the Choose a File to View form in which you can specify a file to view and then calls the view function on the file.

Arguments

None

Value Returned

l_filePath

Returns l_filePath after the form is closed if you clicked Open on the form and successfully opened a file. l_filePath is a list of two strings:

list(“directoryPath” “fileName”)

The first element of the list is the path to the file that has been opened and the second element is the name of the file.

nil

The form is closed after clicking Cancel on the form.

Related Topics

Functions of Viewfile Window


Return to top
 ⠀
X