Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

simFindFile

simFindFile( 
t_filename 
) 
=> t_filename / nil

Description

Finds the full file system pathname to t_filename in the install hierarchy, if it exists. The pathname this function searches for is specified by the prependInstallPath function.

The function is defined in /bin/si.You cannot modify this function.

Arguments

t_filename

Name of the file to be searched.

Value Returned

t_filename

The full file system pathname of the install hierarchy if it exists.

nil

The pathname cannot be returned.

Examples

simFindFile("defaults.il")

Related Topics

OSS Functions


Return to top
 ⠀
X