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

Last change on this file since 314 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
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;-
[231]23;
[232]24PRO cp, filenamein, filenameout, _EXTRA = ex
[114]25;
26  compile_opt idl2, strictarrsubs, obsolete
27;
[11]28  file_copy, filenamein, filenameout, _extra = ex
29  RETURN
30END
Note: See TracBrowser for help on using the repository browser.