One of
:appdata
,
:documents
,
:my-documents
,
:common-appdata
,
:common-documents
or
:local-appdata
.
A boolean.
The function
get-folder-path
obtains the current value for various special folders often used by Windows applications. It is useful because these paths may differ between versions of the operating system.
get-folder-path
is implemented only on Windows.
what
indicates the purpose of the special folder. For instance,
:common-appdata
means the folder containing application data for all users.
If the folder does not exist and
create
is true, the folder is created. The default value of
create
is
nil
.