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

Last change on this file since 325 was 325, checked in by pinsard, 16 years ago

modification of some headers (+some corrections) to prepare usage of the new idldoc

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