remove

Remove path from filesystem. Similar to unix rm. If the path is a dir, will reecursively remove all subdirs by default.

void
remove
(
in Path p
,
bool recursive = true
)

Examples

Meta