|
MKI_FileCopy (File I/O) |
www.CAD6.com |
C++ Syntaxbool MKI_FileCopy( const LPCWSTR f_pszSourceName, const LPCWSTR f_pszDestinName );
Copies one file into another file.
ParametersSourceName [const LPCWSTR] Address of source file's name. DestinName [const LPCWSTR] Address of destination file's name.
Return ValueReturns true if the file has been copied successfully, else false (indicating that either the destination drive is full, write-protected, or the current user has no writing access to that drive).
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH