Specifies whether functions that return file names return the full path with the file name.

Syntax

SET FULLPATH on | OFF

Description

Use SET FULLPATH ON when you need to have functions or methods such as shortName( ), return a file name with its full path. When SET FULLPATH is OFF, these functions include the drive letter (and colon) with the file name only.

Some functions, such as GETFILE( ), always return the full path, regardless of SET FULLPATH.