simRunDirInfile
simRunDirInfile(
t_fileName
)
=> t / nil
Description
Opens the file specified using the fileName argument in the simulation run directory for reading. It creates a full file system path name to the file in the simulation run directory and then passes the file as an argument to the SKILL infile function. The function returns a SKILL port.
The function is defined in /etc/skill/si/caplib/util.ile. You can modify this function.
Arguments
Value Returned
Examples
simRunDirInfile( "tmp.in" )
Related Topics
Return to top