- Whether the filesystem allows reading a directory
| 172 | virtual bool allow_write_implicit_dir_over_file() const { return false; } |
| 173 | // - Whether the filesystem allows reading a directory |
| 174 | virtual bool allow_read_dir_as_file() const { return false; } |
| 175 | // - Whether the filesystem allows moving a file |
| 176 | virtual bool allow_move_file() const { return true; } |
| 177 | // - Whether the filesystem allows moving a directory |
no outgoing calls
no test coverage detected