Feb 23, 2007 #1 button71 Programmer Nov 8, 2006 69 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 Apr 1, 2004 3,165 GB ? curdir() Keith http://www.studiosoft.co.uk Upvote 0 Downvote
Feb 24, 2007 1 #3 Mike Lewis Programmer Jan 10, 2003 17,505 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 Jan 7, 2007 635 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 Nov 8, 2006 69 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