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

Method FileExisted

cppcryptfs/dokan/FileNameEnc.h:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 };
79
80 bool FileExisted() {
81 _ASSERT(m_con->IsCaseInsensitive());
82 Convert();
83 return m_file_existed;
84 };
85
86 operator const WCHAR *() { return Convert(); };
87

Callers 2

CryptMoveFileInternalFunction · 0.80

Calls 1

IsCaseInsensitiveMethod · 0.80

Tested by

no test coverage detected