Recently, my posts from UCMAIL.UC.EDU appeared blank. So I am trying from my GMAIL account
---------- Forwarded message ---------- From: Charles Hart Enzer, M.D., FAACP <[email protected]> Date: Thu, Apr 28, 2011 at 8:23 PM Subject: Re: OS Pathing (was vfp9 and windows7 xpmode) To: "Charles Hart Enzer, M.D." <[email protected]> If the type of file you are using -- creating, reading, writing -- are on a known drive, just eliminate the drive designation: C:\FullPath Becomes \FullPath This what I have done. All programs, dbfs, menus, etc are on the host. Foxprow files -- just those in fox's main folder -- are on host. Then my PIF looks like this: Target = "C:\Program Files\FPW26\FOXPROW.EXE" -T X.Prg Start in = "Z:\Program Files\FPW26\1\OS\" Another approach is using a test: * *IF SYS(5)+CURDIR()==[C:\PROGRA~2\FPW26\1\OS\] && Note all caps for the path and trailing backslash -- Charles -- Website: TinyURL.com/EnzerMD <http://tinyurl.com/EnzerMD> Teach – by Example Behave so as to Inspire Imitation Modification of Sir Robert Baden-Powell quote<http://thinkexist.com/quotes/sir_robert_baden-powell/> (British Army Officer, founder of the Boy Scouts, 1857-1941)* * * **Stop **Spammers** and **Virus Propagation*** * **Before forwarding, please delete the history of all email address* * * On 4/22/2011 1:49 PM, Rick Schummer wrote: If the Host system is a 64-bit OS the path will start differently "C:\Program Files (x86)\". Though you'll still need to use the standard path in the 32-bit XP Mode ("C:\Program Files\")<< Interesting point Tracy. I have battled with the concept of having to address different paths on different bit versions of the OSes. I have been leaning on the side of developers being bright enough to figure it out, but have been considering that some developers might not have exposure to a 64-bit box yet. I just got my own a few months back. What do others think? Rick White Light Computing, Inc. www.whitelightcomputing.comwww.swfox.netwww.rickschummer.com [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

