nn::hio::CTR::DeleteFile Function

Syntax

Result DeleteFile(
     const char * path
);

Result DeleteFile(
     const wchar_t * path
);

List of Overloaded Member Functions

DeleteFile(const char *) Deletes file and returns the result of the process.
DeleteFile(const wchar_t *) Deletes file and returns the result of the process. The overloaded member function when specifying file names in Unicode.

Description of DeleteFile(const char *)

Deletes the file specified by path.

Description of DeleteFile(const wchar_t *)

Deletes the file specified by path.
The overloaded member function when specifying filenames in Unicode.


CONFIDENTIAL