Difference between revisions of "FULLPATH()"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Class)
Line 1: Line 1:
==Class==
 
Disk and File Utilities
 
  
  

Revision as of 15:23, 27 October 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 Database Server, Recital Mirage Server, Recital Terminal Developer