Status of Cadence Documentation , cdsFinder, isDir

  • Thread starter Guenther Sohler
  • Start date
G

Guenther Sohler

Guest
In these days, i often experience situations, where documented
cadence functions do not actually exist.
I found the function isDir to check for the presence of a directory,
but it does not exist.

Whats its replacement ?

rds
 
Guenther Sohler <guenther.sohler@wipro.com> writes:

In these days, i often experience situations, where documented
cadence functions do not actually exist.
I found the function isDir to check for the presence of a directory,
but it does not exist.
Strange

$ skill
(isDir ".")
t

--
Jean-Marc
 
On Fri, 03 Aug 2007 11:34:36 +0200, Jean-Marc Bourguet wrote:

Guenther Sohler <guenther.sohler@wipro.com> writes:

In these days, i often experience situations, where documented
cadence functions do not actually exist.
I found the function isDir to check for the presence of a directory,
but it does not exist.

Strange

$ skill
(isDir ".")
t
my error:

i wrote

if((isDir(".")) then println("hallo") )

*Error* eval: not a function - isDir(".")

too much brackets :(
 

Welcome to EDABoard.com

Sponsor

Back
Top