ubase.getFilePath

Syntax ubase.getFilePath (fnum)

Params fnum is the number which identiÞes a uBASE database while it is open

Returns The path to the Þle containing the indicated database.

Examples for i = 1 to ubase.countFiles ()
» msg (ubase.getFilePath (ubase.nthFile (i))

Brießy displays the pathname of each open database Þle.

Errors An error is produced if uBASE is not running or if fnum does not identify an open database.

Platform Notes uBASE runs only on Mac OS and is not a supported component of Frontier 5.0,

See Also ubase.nthFile

ubase.countFiles

Discuss