Difference between revisions of "FULLPATH()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return the path for the specified file
 
Function to return the path for the specified file
 
  
 
==Syntax==
 
==Syntax==
 
FULLPATH(<filename>)
 
FULLPATH(<filename>)
 
  
 
==See Also==
 
==See Also==
 
[[BASENAME()]], [[SET FULLPATH]], [[SET PATH]]
 
[[BASENAME()]], [[SET FULLPATH]], [[SET PATH]]
 
  
 
==Description==
 
==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.
 
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==
 
==Example==
Line 20: Line 16:
 
usr/recital/UD/demo/accounts.dbf
 
usr/recital/UD/demo/accounts.dbf
 
</code>
 
</code>
 
+
 
+
==Products==
+
Recital Server, Recital
+
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 11:56, 7 December 2012

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