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
RevLine 
[2]1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
[97]5; @file_comments copy files
6; @obsolete
7; @file_comments file_copy should be used instead...
[2]8;
[97]9; @history
[11]10; June 2005: Sebastien Masson => obsolete routine
[2]11;
12;-
13;------------------------------------------------------------
14;------------------------------------------------------------
15;------------------------------------------------------------
[11]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.