Next: wx:get-temp-file-name
Up: Files
Previous: wx:concat-files
Finds a platform-specific (and possibly user- or machine-specific)
standard filename or directory.
- (wx:find-path what) -> string
what : symbol: 'pref-file, 'pref-dir, 'init-file, 'setup-file, 'autosaves-file, or 'temp-dir
- The 'pref-file file is the MrEd-global preference file foe
the current user.
- The 'pref-dir directory is the location of preference files for the
current user.
- The 'init-file file is the user-specific intialization files (containing
Scheme code).
- The 'setup-file file contains low-level preference settings
(such as the font family mapping).
- The 'autosaves-file file contains a list of existing autosave
files.
- The 'temp-dir directory is the location for temporary files.
PLT