RAD function: filename

A RAD function that returns the name of the file for the specified file variable.

Function

filename

Format

filename($filename)

Parameters

The $filename variable has been bound to a database file with the rinit command panel.

Factors

This function is useful when executing a common subroutine that has been passed a file variable. This function allows you to determine the file name because the local variable contains data from an unknown file.

Example

filename($file) returns the dbdict name.