skip to main content

Library Routines : C$FSFULLNAME

C$FSFULLNAME
The C$FSFULLNAME library routine retrieves an indexed file's full path. The runtime Framework takes advantage of the current file system native functions to check for file existence and obtain its full path.
Syntax:
 CALL "C$FSFULLNAME" USING fileName 
Parameters:
If the file prefix includes paths starting with "isf://" and the file is found on the specified File Server, a name in the form "isf://servername[:port]:/path/to/file" is returned. See The ISF protocol for more information.
Return code:
returnCode can be any numeric data item and provides additional information:
Examples:
Example - Get the full absolute path to an indexed file
call "c$fsfullname" using "customers" fsfullname
display fsfullname

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left