Difference between revisions of "FULLPATH()"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return the path for the specified file | Function to return the path for the specified file | ||
Line 25: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 16:04, 2 December 2009
Purpose
Function to return the path for the specified file
Syntax
FULLPATH(<filename>)
See Also
BASENAME(), SET FULLPATH, SET PATH
Description
The FULLPATH() function returns the path containing the specified <filename>. The path is return in a character string. FULLPATH() searches for <filename> in the current path which has been set with the SET PATH TO command.
Example
?FULLPATH("accounts.dbf") usr/recital/UD/demo/accounts.dbf
Products
Recital Server, Recital