shorthand for accessing delete effect in current environment and performing the default delete operation using io.file.delete.delete path 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
0.095dev (2026-02-20 12:42:29 GIT hash dbcc3e4b3d2a59f66230b482cff8f0b018178d77 built by fridi@fzen)
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