Skip to content

Link.Refresh

Morten Kromberg edited this page May 9, 2019 · 5 revisions

If synchronisation is not enabled, or you have made changes to linked folders or namespaces which are not tracked (such as using ⎕FX, ⎕NS. ⎕CY or assignment), 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

On success an empty vector, else an error message.

Clone this wiki locally