remove

Removes the given file.

extern (C) nothrow @nogc extern
int
remove
(
const(char)* path
)

Parameters

path const(char)*

Path to the file to remove, in system encoding.

Return Value

Type: int

0 on success.

Meta