G
Geoff_Strickler
Version: 2004 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel I've just encountered the problem described (in another thread by Bob Greenblatt) below:
If you want to get the file path as a string,
use application.getopenfilename. Be careful, however, as this will NOT
return the correct and full path, if the user navigates to the file by
flipping the disclosure triangles in the dialog. If, instead, they double
click on folders to open them, then the path is correct. Some sample code
would look like:
Xxx=application.getopenfilename
...."Text;"&xxx,destination.....
Is there a fix or workaround for getting the correct path even if the user navigates using the triangles instead of opening each folder?
If you want to get the file path as a string,
use application.getopenfilename. Be careful, however, as this will NOT
return the correct and full path, if the user navigates to the file by
flipping the disclosure triangles in the dialog. If, instead, they double
click on folders to open them, then the path is correct. Some sample code
would look like:
Xxx=application.getopenfilename
...."Text;"&xxx,destination.....
Is there a fix or workaround for getting the correct path even if the user navigates using the triangles instead of opening each folder?