set Special Folder Target
fun setSpecialFolderTarget(root: GUID?, path: String, options: ShellLinkHelper.Options): ShellLinkHelper
Sets target relative to a special folder defined by a GUID. Use Registry class to get an available GUID by name or predefined constants. Note that you can add your own GUIDs available on your system
Parameters
root
a GUID defining a special folder, e.g. Registry.CLSID_DOCUMENTS. Must be registered in the Registry
path
a path relative to the special folder, e.g. "path\to\target"