MCPcopy Create free account
hub / github.com/coronalabs/corona / Rtt_FileExistsWithSameCase

Function Rtt_FileExistsWithSameCase

librtt/Core/Rtt_FileSystem.cpp:284–414  ·  view source on GitHub ↗

Determine if any part of the file path specified in the Lua code differs in case from the actual path on disk. This is important because filesystems on devices are typically case-sensitive while those on desktops are not. If the file on disk does not have the same case, then "actualPath" is set to an allocated copy of the actual name (the caller should free this)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

PathForFileMethod · 0.85

Calls 5

CreateUtf16StringFromFunction · 0.85
DestroyUtf16StringFunction · 0.85
Rtt_FileExistsFunction · 0.85
ConvertUtf16ToUtf8Function · 0.70
strdupFunction · 0.50

Tested by

no test coverage detected