- Whether the filesystem allows moving a directory
| 176 | virtual bool allow_move_file() const { return true; } |
| 177 | // - Whether the filesystem allows moving a directory |
| 178 | virtual bool allow_move_dir() const { return true; } |
| 179 | // - Whether the filesystem allows moving a directory "over" a non-empty destination |
| 180 | virtual bool allow_move_dir_over_non_empty_dir() const { return false; } |
| 181 | // - Whether the filesystem allows appending to a file |