the runtime enum indicating which runtime should be used for reading the filesystem.
the path to the filesystem entity that is to be deleted.
provide optional configuration on what _type_s of filesystem-entries should be deleted,
and if folder type entries should be deleted recursively (i.e. delete child entries as well).
see the RemoveEntryConfig interface for more details.
true if an entry (or a folder tree's entries) was deleted, otherwise false is returned when nothing is deleted.
deletes a filesystem-entry (file, folder, symlink) at the provided
path, on system-bound runtimes (i.e. RUNTIME.DENO, RUNTIME.BUN, or RUNTIME.NODE). the return value dictates if anything was deleted.trying to remove a non-existing entry will not throw an error.