SYS(2005) – Current Resource File

Returns the name of the current Visual FoxPro resource file.

SYS(2005)

Return Values

Character

Remarks

The Visual FoxPro resource file is a Visual FoxPro table that contains information on system and user-defined resources like keyboard macros, preferences, system window locations and sizes, diary entries, and so on.

The Visual FoxPro resource file defaults to Foxuser.dbf. Use SET RESOURCE to specify a different Visual FoxPro resource file.

Example

? 'Current resource file: ', SYS(2005)

See Also

SET RESOURCE | SYS( ) Functions Overview