GetSaveDir (Kernel)

GetSaveDir()

Retrieves a pointer to the string containing the save directory and returns it.

Returns:A pointer to a string containing the save directory.

Example:

(= theString (GetSaveDir))
(Print theString)