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

Last change on this file since 325 was 325, checked in by pinsard, 16 years ago

modification of some headers (+some corrections) to prepare usage of the new idldoc

  • Property svn:keywords set to Id
File size: 450 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;-
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.