`ExecNfunction` added (for ⎕NMOVE and ⎕NCOPY) & bug fix in `Dir`
-
The
ExecNfunction
operator allows using⎕NMOVE
and⎕NCOPY
even with⍠
. Its purpose it to try again after a small delay in case the operation fails with errors like FILE ACCESS ERROR -
Bug fix in
Dir
: under rare circumstancesDir
failed to realize that it was called recursively -
Internal change: is no longer a class but an ordinary namespace. However, from a users perspective that should not even be "visible".
This change was required because
ExecNfunction
is an operator, and there are no public operators, sadly.
To be consumed as Tatin package from https://tatin.dev