Removes the given file or directory.
(Throwing.Runnable action)
| 116 | |
| 117 | /** Removes the given file or directory. */ |
| 118 | public void run(Throwing.Runnable action) { |
| 119 | actions.add(action); |
| 120 | } |
| 121 | |
| 122 | /** Runs the commands that have been queued up. */ |
| 123 | public void performActions() throws Throwable { |