MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / can_delete_directory

Function can_delete_directory

libcppcryptfs/util/fileutil.cpp:784–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

do_self_argsFunction · 0.85
OnClickedSelectMethod · 0.85
createMethod · 0.85

Calls 1

is_empty_directoryFunction · 0.85

Tested by

no test coverage detected