nn::hio::CTR::DeleteFile Function

Syntax

Result DeleteFile(
     const char * path
);

Parameters

Name Description
in path File path.

Return Values

Returns the result of the operation.

Description

Deletes file and returns the result of the process.

Deletes the file specified by path.

Revision History

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

CONFIDENTIAL