| 782 | } |
| 783 | |
| 784 | bool |
| 785 | can_delete_directory(LPCWSTR path, BOOL bMustReallyBeEmpty, CryptContext *con) |
| 786 | { |
| 787 | return is_empty_directory(path, bMustReallyBeEmpty, con); |
| 788 | } |
| 789 | |
| 790 | bool can_delete_file(LPCWSTR path) |
| 791 | { |
no test coverage detected