MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / verifyCompatibility

Method verifyCompatibility

Engine/source/platformWin32/winVolume.cpp:246–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void Win32FileSystem::verifyCompatibility(const Path& _path, WIN32_FIND_DATAW _info)
247{
248#ifndef TORQUE_POSIX_PATH_CASE_INSENSITIVE
249 if (_path.getFullFileName().isNotEmpty() && _path.getFullFileName().compare(String(_info.cFileName)) != 0)
250 {
251 Con::warnf("Linux Compatibility Warning: %s != %s", String(_info.cFileName).c_str(), _path.getFullFileName().c_str());
252 }
253#endif
254}
255
256FileNodeRef Win32FileSystem::resolve(const Path& path)
257{

Callers

nothing calls this directly

Calls 5

StringClass · 0.50
warnfFunction · 0.50
isNotEmptyMethod · 0.45
compareMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected