z/OS Using REXX and z/OS UNIX System Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


v_readlink

z/OS Using REXX and z/OS UNIX System Services
SA23-2283-00

Read syntax diagramSkip visual syntax diagram
>>-v_readlink--vntoken--variable-------------------------------><

Function

v_readlink invokes the v_readlink callable service to read the symbolic link file represented by the vnode token and return its contents in variable.

Parameters

vntoken
A variable name that contains the vnode token for the symbolic link to be read.

The attribute stem returned on call to another function (for example, v_getattr) identifies whether the symbolic link is a link to an external name in the stem index ST_EXTLINK. An external name is the name of an object outside the HFS.

variable
The name of the buffer that, upon return, contains the contents of the symbolic link.

Example

In the following example, assume that symtok was assigned a value earlier in the exec:
"v_readlink symtok link"

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014