;------------------------------------------------------------ ;------------------------------------------------------------ ;------------------------------------------------------------ ;+ ; @file_comments copy files ; @obsolete ; @file_comments file_copy should be used instead... ; ; @history ; June 2005: Sebastien Masson => obsolete routine ; ;- ;------------------------------------------------------------ ;------------------------------------------------------------ ;------------------------------------------------------------ PRO cp, filenamein, filenameout, _extra = ex ; compile_opt idl2, strictarrsubs, obsolete ; file_copy, filenamein, filenameout, _extra = ex RETURN END