[ Maverik Level 1 functions ]


mav_getTempDir

Summary

Returns the temporary directory.


Syntax

char *mav_getTempDir(void);


Description

returns a temporary directory on the system, for example "/tmp/" or "C:/WINNT/Temp".


Back to the index page.