Mathias,
I would like to askabout MultiScript. Is there a way to get the Windows known folders path using MultiScript?
I know, Multi Commander supports
TranslateEnvString function to get environment path, for example:
@var $tag = TranslateEnvString("%WINDIR%");
It works great, but there is not much env variables to get...
There are plenty of Windows CSIDL_* variables (
https://docs.microsoft.com/en-us/windows/deployment/usmt/usmt-recognized-environment-variables)? Can I use it? How?
Or can I use guids? For example: {031E4825-7B94-4dc3-B131-E946B44C8DD5} (this should points to Windows Libraries)?
Is there support for
SHGetKnownFolderPath() function to get all this paths?
I would like to display given path in MC Explorer list, using Multi Script commands via custom menu.
Thanks for any help,
-Pawel