getSymlinkExtensionPath() returns the per-user extension path. For some reason this folder doesn't exist on my macOS machine with CC 2017, just the system-wide one.
I created the directory manually and it worked just fine. So either we default to the system-wide one, or just create the user directory when it isn't available – which probably is the better solution, since it doesn't require root access.
Some more information on that topic.
getSymlinkExtensionPath()returns the per-user extension path. For some reason this folder doesn't exist on my macOS machine with CC 2017, just the system-wide one.I created the directory manually and it worked just fine. So either we default to the system-wide one, or just create the user directory when it isn't available – which probably is the better solution, since it doesn't require root access.
Some more information on that topic.