Why does this Paired Folder set not establish a pair to the other drive

Why does this Paired Folder set not establish a pair to the T drive? Is it a permissions issue? TIA

Maybe the \\ on the end. If not, what are you doing to trigger the pair?

I tried removing \\; it did not work, either. The pair is at the top of the list.

To trigger it, I use

Go OPENINDUAL PATH {sourcepath|pair}
@confirm:Turn Navigation Lock On
Set NAVLOCK=On

attached to F6. F6 does work for other pairs. Does this pair with any folder in Replace it work for you?

Match / Replace mode uses regular expressions, you've escaped the backslashes but ( and ) are also special characters and need to be escaped as well.

If you're just doing a simple match like that though, it would be easier to use Primary / Paired mode, then you just specify the path and don't need to worry about escaping things.

Somehow I resolved it but I no longer remember how. Thanks for your attention.