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

Last change on this file since 232 was 232, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

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