MCPcopy Create free account
hub / github.com/dborth/vbagx / MakeFilePathForFolderPath

Function MakeFilePathForFolderPath

source/filebrowser.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void MakeFilePathForFolderPath(char *fullPath, int device, const char *folder) {
300 sprintf(fullPath, "%s%s", pathPrefix[device], folder);
301}
302
303bool MakeFilePath(char filepath[], int type, char * filename, int filenum)
304{

Callers 3

CreatePathWithPrefixFunction · 0.85
autoLoadMethodFunction · 0.85
autoSaveMethodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected