As I do not have Panther, can someone let me know why this  apparently throws 
an error on OSX 10.3.2 but works on Jaguar?
 
# Given folder path pPath, open desktop folder:
on OpenFolder pPath
set the itemdel to  "."
if item 1 of the systemVersion >= 10  then
get shell("open " &  pPath)
     else
[...snip...]
end if
end OpenFolder

Confirmation, insights and preferably a solution would be much  appreciated!
 
/H
_________________________________________________
Hugh  Senior
The Flexible Learning Company
Consultant Programming &  Software Solutions
Fax/Voice: +44 (0)1483.27 87 27
Email: _mailto:[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED]) 
Web:  _www.flexibleLearning.com_ (http://www.flexiblelearning.com/) 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to