MCPcopy Create free account
hub / github.com/bcndev/bytecoin / get_platform_name

Function get_platform_name

src/platform/PathTools.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 return std::string{};
84}
85std::string get_platform_name() { return sizeof(size_t) == 4 ? "windows(32bit)" : "windows"; }
86std::string get_app_data_folder(const std::string &app_name) {
87 return get_special_folder_path(CSIDL_APPDATA, true) + "\\" + app_name;
88}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected