find-graphical-system-path in Miscellaneous
Finds a platform-specific (and possibly user- or machine-specific) standard filename or directory.
See also find-system-path, section 11.3.1 in PLT MzScheme: Language Manual.
(find-graphical-system-path -> string
what)
what : symbol in '(init-file setup-file)
'init-file returns the path to the user-specific
initialization file (containing Scheme code).
'setup-file returns the path to the file containing
low-level preference settings (such as the font family mapping).