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