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

Last change on this file since 325 was 325, checked in by pinsard, 17 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
RevLine 
[2]1;+
[232]2;
[127]3; @file_comments
4; copy files
5; file_copy should be used instead...
[118]6;
[97]7; @obsolete
[118]8;
[127]9; @param filenamein {in}{required}
[2]10;
[118]11; @param filenameout {in}{required}
12;
[231]13; @keyword _EXTRA
14; Used to pass keywords
[118]15;
[97]16; @history
[118]17; June 2005: Sebastien Masson => obsolete routine
[2]18;
[231]19; @version
20; $Id$
[118]21;
[2]22;-
[232]23PRO cp, filenamein, filenameout, _EXTRA = ex
[114]24;
25  compile_opt idl2, strictarrsubs, obsolete
26;
[11]27  file_copy, filenamein, filenameout, _extra = ex
28  RETURN
29END
Note: See TracBrowser for help on using the repository browser.