Pick Remote Files

Pick Remote Files


osfi Index Level Open Systems File Interface
Syntax
Category Definitions
Type Definition
Description a standard Pick file on a non-local Pick machine.

On releases 7.0 and higher, Pick files on remote hardware can be accessed as if they were existent on the local machine. To do this, it is necessary to create a "Super-Q-Pointer" to that remote file. The first attribute of this master dictionary item is a "Q", the second attribute is blank, and the third attribute contains the remote machine's host name, followed by a colon, followed by the COMPLETE Pick path name on the remote machine.

Note that it is first necessary to create an appropriate host item in the "hosts" file to indicate how to communicate with that host.

Once the Super-Q-Pointer has been created, that file can be opened, read, and written just like any local Pick file.
Options
See Also Super-Q-Pointer hosts Open Systems File Interface
Example
Warnings
Compatibility D3 7.0
osfi Index Level Open Systems File Interface