FolderGetCur Function (ROM Call 0x68)

vat.h

void FolderGetCur (char *buffer);

Determines the current active folder.

FolderGetCur fills buffer with a name of the current active folder. The buffer must be at least 9 bytes long, and it will be filled with a standard C zero-terminated string.


Uses: SymCpy0
Used by: push_setfold, handleVarLinkKey


See also: FolderCur