SYS(2003) gives you the current path without the drive letter. SYS(5) gives you just the drive letter (UNC path)
Tracy On 6/21/2010 11:16 AM, James E Harvey wrote: > I did that, but was wondering if there was a function by itself, apparently > not. > > James E Harvey > Hanover Shoe Farms, Inc. > M.I.S./Corresponding Officer > Off: 717-637-8931 > fax: 717-637-6766 > email: [email protected] > > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf > Of Dan Olsson > Sent: Monday, June 21, 2010 8:58 AM > To: [email protected] > Subject: Re: justpath with out dirve or file name > > At 2010-06-21 16:39, you wrote: > >> Can't seem to find a function that returns just the path (no drive >> letter,and no filename) >> getdir("\images\pedigree\","Choose Folder","Folder",64), returns the >> complete path including the drive letter. >> > So remove the drive... > > SUBSTR(GetDir(blablabla),3) > > ****************************** > * Dan Olsson > *<mailto:[email protected]> > *<http://www.dolittle.se> > > [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.

