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

sevOpenXterm

sevOpenXterm( 
t_dirPath 
) 
=> t / nil

Description

Opens an terminal window at the given path.

Arguments

t_dirPath

The absolute path to which the terminal window should open.

Value Returned

t

Terminal window opens.

nil

The path is not accessible.

Example

The following example opens the terminal window in the /home/user/debugPath directory.

dirPath = "/home/user/debugPath"
(sevOpenXterm dirPath) 
=> t

Return to top
 ⠀
X