Function removeFile
Removes a file
void removeFile
(
GenericPath!(vibe.core.path.PosixPathFormat) path
) @safe;
void removeFile
(
string path
) @safe;
Removes a file
void removeFile
(
GenericPath!(vibe.core.path.PosixPathFormat) path
) @safe;
void removeFile
(
string path
) @safe;