short-hand 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.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 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