Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

USE statement + Relative Positioning

Status
Not open for further replies.

Mike555

Technical User
Feb 21, 2003
1,200
US
I'm not too fluent in FoxPro, and seem to have gotten stuck on this question: Is it possible to specify the path to a table using relative positioning (you know the ../../ stuff) instead of specifying a hard file path?

So instead of having USE c:\folder\tablename I could use ..\..\tableName? Thanks.
 
Mike,
Yes, but since FPD and FPW can only deal with 8.3 file name path name formating, you'll need to the "short" version of each directory level and the table if it's more than 8 characters or has an embedded space.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top