Feb 23, 2007 #1 button71 Programmer Joined Nov 8, 2006 Messages 69 Location AU <sigh> I've just forgotten how to see the path as set at the moment , in the debugger. I'm not finding a table when I open a form. Anyone help? William
<sigh> I've just forgotten how to see the path as set at the moment , in the debugger. I'm not finding a table when I open a form. Anyone help? William
Feb 24, 2007 #2 audiopro Programmer Joined Apr 1, 2004 Messages 3,165 Location GB ? curdir() Keith http://www.studiosoft.co.uk Upvote 0 Downvote
Feb 24, 2007 1 #3 Mike Lewis Programmer Joined Jan 10, 2003 Messages 17,516 Location Scotland William, CURDIR() gives the current setting of the default directory (without the drive letter). SYS(5) gives the drive letter. SET("PATH") gives the full list of directories in the search path. I think that's the one you want. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My Visual FoxPro site: www.ml-consult.co.uk Upvote 0 Downvote
William, CURDIR() gives the current setting of the default directory (without the drive letter). SYS(5) gives the drive letter. SET("PATH") gives the full list of directories in the search path. I think that's the one you want. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My Visual FoxPro site: www.ml-consult.co.uk
Feb 24, 2007 #4 Imaginecorp IS-IT--Management Joined Jan 7, 2007 Messages 635 Location US Sys(5)+Sys(2003) = Current default path Addbs(Justpath(Sys(16))) = Path of the starting program Upvote 0 Downvote
Feb 24, 2007 Thread starter #5 button71 Programmer Joined Nov 8, 2006 Messages 69 Location AU Thanks everyone. Mike had the one I wanted ( to see what paths had been set when in the debugger - SET("PATH") William Upvote 0 Downvote
Thanks everyone. Mike had the one I wanted ( to see what paths had been set when in the debugger - SET("PATH") William