Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal

delete

fuzion.sys.fileio.delete

deletes the file/dir found in the path
returns unit as outcome in case of successful deletion and error in case of failure
if the targeted dir has content, then the return value will be error and the deletion will not take place