nn::hio::CTR::DeleteFile Function

Syntax

Result DeleteFile(
     const wchar_t * path
);

Arguments

Name Description
in path File path.

Return Values

Returns the result of the operation.

Description

Deletes file and returns the result of the process. The overloaded member function when specifying filenames in Unicode.

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

Revision History

2010/06/14
Added description of arguments and behavior.
2010/03/31
Initial version.

CONFIDENTIAL