MKI_FileDelete (File I/O)

www.CAD6.com

C++ Syntax

bool

MKI_FileDelete(

 const LPCWSTR f_pszFileName );

 

Deletes the given file.

 

Parameters

FileName

[const LPCWSTR] Address of file name.

 

Return Value

Returns true if the file has been deleted successfully, else false (indicating that either the file does not exist or the current user has no deleting access to that file).

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH