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

Function can_delete_file

libcppcryptfs/util/fileutil.cpp:790–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790bool can_delete_file(LPCWSTR path)
791{
792 return true;
793}
794
795bool
796delete_directory(CryptContext *con, LPCWSTR path)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected