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_html_output/Utilities/isafile.html

    r338 r402  
    262262 
    263263          <h3>Examples</h3><div class="preformat"> 
    264  IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
    265   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    266  IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD/Commons') 
    267   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    268  IDL> print, isafile('cm_4mesh.pro', iodir = !path) 
    269   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    270  IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD', /recursive) 
    271   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    272  IDL> print, isafile('cm_4mesh.pro', iodir = getenv('HOME'), /recursive) 
    273   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    274  IDL> print, isafile('fake_file.pro') 
     264 
     265   IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
     266  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     267   IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD/Commons') 
     268  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     269   IDL> print, isafile('cm_4mesh.pro', iodir = !path) 
     270  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     271   IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD', /recursive) 
     272  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     273   IDL> print, isafile('cm_4mesh.pro', iodir = getenv('HOME'), /recursive) 
     274  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     275   IDL> print, isafile('fake_file.pro') 
    275276</div> 
    276277          <h3>Version history</h3> 
    277278           
    278279          <h4>Version</h4><div class="preformat"> 
    279  $Id: isafile.pro 327 2007-12-13 16:22:35Z pinsard $ 
     280 $Id: isafile.pro 392 2009-02-10 09:34:16Z smasson $ 
    280281</div> 
    281282          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.