int HCopyFile

( const char* szExistFileName,
  const char* szNewFileName, int iFlags )

copy file

Documentation

copy file

Parameters:
szExistFileName - original filename
szNewFileName - filename for copy
iFlags - copy option ( H_COPY_READ_ONLY_FILE - copy file even if destination file is read only file )
Returns:
if success, return 0. otherwise return -1.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.