FolderAddTemp Function (ROM Call 0x73)

vat.h

SYM_STR FolderAddTemp (void);

Creates a temporary folder.

FolderAddTemp creates a temporary folder whose name will consist of four digits (see TempFolderName). The first call of FolderAddTemp will create a folder named "0001", the next call will create a folder named "0002", etc. FolderAddTemp returns the name of the created folder, with the same convention as used in function TempFolderName. The created folder will be marked as the "current temporary folder" (see FolderCurTemp). FolderAddTemp throws a "Memory" error if there is not enough space for a new folder.


Uses: FolderAdd, FolderCurTemp, TempFolderName
Used by: push_user_func, NG_setup_graph_fun