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

Last change on this file since 134 was 134, checked in by navarro, 18 years ago

change *.pro file properties (del eof-style, del executable, set keywords Id

  • Property svn:keywords set to Id
File size: 821 bytes
RevLine 
[2]1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
[127]5; @file_comments
6; copy files
7; file_copy should be used instead...
[118]8;
[97]9; @obsolete
[118]10;
[127]11; @param filenamein {in}{required}
[2]12;
[118]13; @param filenameout {in}{required}
14;
15; @keyword _EXTRA used to pass your keywords
16;
[97]17; @history
[118]18; June 2005: Sebastien Masson => obsolete routine
[2]19;
[118]20; @version $Id$
21;
[2]22;-
23;------------------------------------------------------------
24;------------------------------------------------------------
25;------------------------------------------------------------
[11]26PRO cp, filenamein, filenameout, _extra = ex
[114]27;
28  compile_opt idl2, strictarrsubs, obsolete
29;
[11]30  file_copy, filenamein, filenameout, _extra = ex
31  RETURN
32END
Note: See TracBrowser for help on using the repository browser.