MKI_FileCopy (File I/O)

www.CAD6.com

C++ Syntax

bool

MKI_FileCopy(

 const LPCWSTR f_pszSourceName,

 const LPCWSTR f_pszDestinName );

 

Copies one file into another file.

 

Parameters

SourceName

[const LPCWSTR] Address of source file's name.

DestinName

[const LPCWSTR] Address of destination file's name.

 

Return Value

Returns 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