source: trunk/SRC/ToBeReviewed/UTILITAIRE/pwd.pro @ 114

Last change on this file since 114 was 114, checked in by smasson, 18 years ago

new compilation options (compile_opt idl2, strictarrsubs) in each routine

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 653 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5; NAME:pwd
6;
7; PURPOSE:print the current directory
8;
9; CATEGORY:like unix function
10;
11; CALLING SEQUENCE:pwd
12;
13; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr)
14;
15;-
16;------------------------------------------------------------
17;------------------------------------------------------------
18;------------------------------------------------------------
19PRO pwd
20;
21  compile_opt idl2, strictarrsubs
22;
23   cd, current = pwd
24   print, pwd
25   return
26end
Note: See TracBrowser for help on using the repository browser.