Skip to content

Link.Refresh

Adám Brudzewsky edited this page May 7, 2019 · 5 revisions

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".

    Use "ns" or "dir" when there are conflicting changes and you want one side of the link to override the other.

    Note, "both" will first copy from ns to dir, and then the other way

Result

Clone this wiki locally