Link.Refresh - abrudz/Link GitHub Wiki

Normally, Link will synchronise your namespace and your directory, but certain changes are not tracked, for example creation of new items using ⎕FX or assignment or ⎕NS. Similarly, you may not have watching of namespace and/or directory turned on. In such cases, you can use this function to re-synchronise the namespace and the directory.

Arguments

  • namespace

Options

  • source { ns|dir|both}

​ Whether to consider the ns or dir as the source (both will synchronise) ​ Defaults to "both". NB: "both" will first copy from ns to dir, and then the other way

Result