Client Server
Other:
CLIENT_CURRENT_DIR EXTENSION
The third parameter of the DRIVE statement will apply to client-server operations. It will still be ignored for standard model operations. The third parameter, if it begins with \\ or X: ( or any mapped drive letter followed by colon) will indicate the OS full path (relative paths not allowed) to the initial client directory for the drive referenced by that drive statement. In effect this will provide a client fullpath for each drive statement. Essentially, the third parameter specifies for the client what the second parameter specifies for the server.
If this parameter is not specified or does not begin with \\ or X:, then the client current directory will still be the client startup directory.
CLIENT_CURRENT_DIR will support the following parameters: Full path – specifies use this path for all @: ( single colon ) file references SYNC – Treat each BR Drive individually and when you CD on the server perform the same CD on the client for that respective drive. OFF – Use the client startup directory for all @: references.
The default mode is OFF.