Changes between Version 19 and Version 20 of Doc/panc/dml/functions


Ignore:
Timestamp:
Jun 24, 2007, 10:32:54 AM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/panc/dml/functions

    v19 v20  
    148148=== exists( path:string ) : boolean ===
    149149
    150 This function checks if the path corresponds to an existing element.  ''Note that if the argument is a variable expression it will be interpreted as a call to exists( arg:variable) and will not read the value of the variable.''  For example, the following DML code:
     150This function checks if the path corresponds to an existing element; the path must be an absolute or external path.  ''Note that if the argument is a variable expression it will be interpreted as a call to exists( arg:variable) and will not read the value of the variable.''  For example, the following DML code:
    151151{{{
    152152v = '/some/absolute/path';