os/delete_from_bin library
Functions
-
deleteFromBin(
File file, {Run? runner, Directory? binDir, bool sudo = true, dynamic force = true}) → Future< bool> -
Deletes a
filefrom the system's bin folder. IfbinDiris not specified, the system's bin folder will be used. Ifrunneris not specified, a new Run instance will be used. Ifsudois true, the file will be deleted using sudo.