os/move_to_bin library

Functions

moveToBin(File file, {Run? runner, Directory? binDir, bool sudo = true}) Future<File?>
Moves a file to the system's bin folder. If binDir is not specified, the system's bin folder will be used. If runner is not specified, a new Run instance will be used. If sudo is true, the file will be moved using sudo.