FULLPATH()

From Lianjapedia
Revision as of 11:56, 7 December 2012 by Helen.george (Talk | contribs)

Jump to: navigation, search

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