JavaScript Editor js editor     Web development 



Main Page

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

В Copy Code
? 'Current resource file: ', SYS(2005)

See Also



JavaScript Editor js editor     Web development