sevOpenXterm
sevOpenXterm(t_dirPath) =>t/nil
Description
Opens an terminal window at the given path.
Arguments
Value Returned
Example
The following example opens the terminal window in the /home/user/debugPath directory.
dirPath = "/home/user/debugPath"
(sevOpenXterm dirPath)
=> t
Return to top