BASIC macros: createLibraryLink() does not honor read-only parameter

The third parameter to the function createLibraryLink(mylib,mypath,True) is not honored. If it is “True” then it should just read the directory and not try to write to it. However, it is trying to save data to the path.

I filed a bug report a while back:
https://bugs.documentfoundation.org/show_bug.cgi?id=142573

Is anyone else seeing this, or am I doing something wrong?