source: trunk/SRC/Obsolete/cp.pro @ 97

Last change on this file since 97 was 97, checked in by pinsard, 18 years ago

start to modify headers of Obsolete *.pro files for better idldoc output

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 645 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5; @file_comments copy files
6; @obsolete
7; @file_comments file_copy should be used instead...
8;
9; @history
10; June 2005: Sebastien Masson => obsolete routine
11;
12;-
13;------------------------------------------------------------
14;------------------------------------------------------------
15;------------------------------------------------------------
16PRO cp, filenamein, filenameout, _extra = ex
17  file_copy, filenamein, filenameout, _extra = ex
18  RETURN
19END
Note: See TracBrowser for help on using the repository browser.