GET_LOGICAL_PATH |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > GET_LOGICAL_PATH
|
|
Purpose |
GET_LOGICAL_PATH provides information about a logical path definition and returns the directory name. This command also returns the existence of the logical database or directory. |
Syntax |
#status = GET_LOGICAL_PATH (logical path name, directory name) |
Operation |
#status has the return value: |
Remarks |
The error 675 is returned even if the second optional parameter (directory name) is not supplied. Error messages 674 and 675 are returned by PROIV if a fatal error occurs. |
Example |
#RC=GET_LOGICAL_PATH(“PERSONNEL",$DIRECTORY) |
Topic ID: 520062