You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In Link version 4.0.17, the modifier "overwrite" is written into the .linkconfig file, when a Link.Export is performed with this option.
Then Link.Create doesn´t work on this folder.
Describe the bug
In Link version 4.0.17, the modifier "overwrite" is written into the .linkconfig file, when a Link.Export is performed with this option.
Then Link.Create doesn´t work on this folder.
To Reproduce
opts←⎕NS''
opts.overwrite←1
opts.arrays←1
opts.sysVars←1
opts ⎕SE.Link.Export '#.XY' 'F:\tmp\XY'
⎕SE.Link.Create '#.XY' 'F:\tmp\XY'
Link Warning: Unknown Setting(s) in "F:\tmp\XY/.linkconfig": overwrite
⎕SE.Link.Create: Unknown modifiers: overwrite
Expected behaviour
Link.Create should only report this warning, but shouldn´t throw an error and stop
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: