MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / isDriveLetter

Function isDriveLetter

src/common/isc_file.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616
617
618static bool isDriveLetter(const tstring::char_type letter)
619{
620 return (letter >= 'A' && letter <= 'Z') || (letter >= 'a' && letter <= 'z');
621}
622
623
624// Code of this function is a slightly changed version of this routine

Callers 1

ShortToLongPathNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected