de_get_file_names()

Returns a list of files with given file extension. Used in conjunction with create_text_form().

Syntax:

de_get_file_names(path, fileExt);

where

path is a string containing a list of colon-separated or semi-colon separated directories where files may be located. In most cases this will be obtained from configuration environment, using getenv().

fileExt is the file extension (without the dot ".").

Example:
decl filenames;
filenames = de_get_file_names(getenv("HPTOLEMY_TEMPLATE_PATH"), "tpl");

Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources