MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetDrives

Function GetDrives

src/openrct2/platform/Platform.Posix.cpp:405–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 }
404
405 int32_t GetDrives()
406 {
407 // POSIX systems do not know drives. Return 0.
408 return 0;
409 }
410
411 #ifndef __ANDROID__
412 time_t FileGetModifiedTime(u8string_view path)

Callers 1

PopulateListMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected