Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/isafile.html

    r338 r402  
    234234 
    235235    <h3>Examples</h3><pre> 
    236  IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
    237   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    238  IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD/Commons') 
    239   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    240  IDL> print, isafile('cm_4mesh.pro', iodir = !path) 
    241   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    242  IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD', /recursive) 
    243   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    244  IDL> print, isafile('cm_4mesh.pro', iodir = getenv('HOME'), /recursive) 
    245   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    246  IDL> print, isafile('fake_file.pro') 
     236 
     237   IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
     238  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     239   IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD/Commons') 
     240  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     241   IDL> print, isafile('cm_4mesh.pro', iodir = !path) 
     242  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     243   IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD', /recursive) 
     244  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     245   IDL> print, isafile('cm_4mesh.pro', iodir = getenv('HOME'), /recursive) 
     246  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     247   IDL> print, isafile('fake_file.pro') 
    247248 
    248249    </pre><h3>Version history</h3> 
    249250     
    250251    <h4>Version</h4> 
    251  $Id: isafile.pro 327 2007-12-13 16:22:35Z pinsard $ 
     252 $Id: isafile.pro 392 2009-02-10 09:34:16Z smasson $ 
    252253 
    253254    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.