paispatin,
These two files are known as resource files. They hold information about the state of the desktop and various VFP settings. That includes the position of windows on the screen, the layout of the last Browse window, whether your command window is docked, what toolbars are visible, and a lot more.
Generally, the information is only important in the development environment. The files are pretty irrelevant to the end user.
It is usually safe to delete these files from the user's system. However, if you delete them from your developement system, you will lose the settings mentioned above. That's not really a problem -- it just means that, when you next go into VFP, you will have to manually arrange the windows, etc. the way you like them.
By default, if the files don't exist, VFP will re-create them at startup. So, even if you delete them, they will come back. To get rid of them permanantly, put this line of code in your Config.FPW file:
RESOURCE = OFF
Hope this is clear.
Mike
Mike Lewis
Edinburgh, Scotland
My Visual Foxpro web site:
My Crystal Reports web site: