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

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

improvements/corrections of some *.pro headers

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