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

simDeleteRunDirFile

simDeleteRunDirFile( 
t_fileName 
)
=> t / nil

Description

Deletes the specified file in the simulation run directory.

The function is defined in /etc/skill/si/caplib/util.ile. You can modify this function.

Arguments

t_fileName

Name of the file to be deleted in the run directory.

Value Returned

t

The file deletion is successful.

nil

The file deletion was unsuccessful.  

Examples

simDeleteRunDirFile( "raw/waves" ) 

Related Topics

OSS Functions


Return to top
 ⠀
X