_wremove

Removes the given file.

version(CRuntime_Microsoft)
extern (C) nothrow @nogc extern
int
_wremove
(
const(wchar)* path
)

Parameters

path const(wchar)*

Path to the file to remove, in UTF-16 encoding.

Return Value

Type: int

0 on success.

Meta