Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows 7
Message
 
To
25/05/2010 10:16:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01465856
Message ID:
01465903
Views:
81
>I use both Ultimate and Professional and have not found a difference in writing to the HOME() folder. It points to C:\PROGRAM FILES\MICROSOFT VISUAL FOXPRO 9\ which is protected by UAC on all versions of Win7.
>
>>more convenient to change to Windows 7 Ultimate for developing. The other windows 7 version have te small disadvantage they will not allow you to open write in the home() directory directly. Sometimes a real p.i.a. on Ultimate no problems in this respect.
>>Install for VFP SP2 and - all the hotfixes.
>>
>>Enjoy it.
>>
>>Regards,
>>
>>Koen

AFAIK, Windows 7 is like vista, all is virtualised.
When you create a file in HOME() it actually is created in:

c:\Users\UserName\AppData\Local\VirtualStore\Program Files\Microsoft Visual FoxPro 9\
(at least here on my computer with Vista)

A little test:
m1 = HOME()+[TestHomeDBF]
CREATE TABLE (m1) (Fld1 I)
Then search this DBF :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform