source: trunk/SRC/Utilities/pwd.pro @ 229

Last change on this file since 229 was 224, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 641 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5;
6; @file_comments
7; print the current directory
8;
9; @categories
10; like unix function
11;
12; @history
13; Sebastien Masson (smasson\@lodyc.jussieu.fr)
14;
15; @version
16; $Id$
17;
18;-
19;------------------------------------------------------------
20;------------------------------------------------------------
21;------------------------------------------------------------
22PRO pwd
23;
24  compile_opt idl2, strictarrsubs
25;
26   cd, current = pwd
27   print, pwd
28   return
29end
Note: See TracBrowser for help on using the repository browser.