SYS(2005) - Current Resource File

Returns the name of the current Visual FoxPro resource file.

SYS(2005)

Return Value

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

Reference

SET RESOURCE Command

SYS( ) Functions Overview