Hello Ben,

> Is there any way in mapbasic to issue a command that returns 
> the directory structure leading up to an open table?

You can obtain the full directory and filename for a table using:

TableInfo(TabName, TAB_INFO_TABFILE)

and then you can obtain the directory part of the string using:

PathToDirectory$(PathString)

> Thanks in advance to anybody with the answer to my $20.50 question

If only I could earn $20.50 so quickly all the time. :-)

Regards,
Warren Vick
Europa Technologies Ltd, U.K.
http://www.europa-tech.com
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to