Skip to content

Std filesystem deletefile

std:std.filesystem.DeleteFile

Function DeleteFile:Bool( path:String )#

Deletes a file at a filesystem path.

Returns true if successful.

Parameters
path path The filesystem path.