Function: full

Syntax

full (<file>)

Type

string

Returns

The full path name of a file name.

Parameters

Examples

The following might yield '/usr/text/names.txt'.

string fn = full(names.txt)

See Also

Functions:

fext (string), flocal (string), fname (string), fpath (string)