Hugh -

Your code worked for me, and opened any folder I pointed, including my 
Desktop folder.  My default shell is "/bin/tcsh", and I'm running Panther 
10.3.4.  This may not be your problem, but keep in mind on a Panther Mac, 
newly created users will have "/bin/bash" as the default shell.  Existing 
users who were upgraded to Panther will retain their previous default 
shell.  You should probably use the Rev command "shellCommand" to 
explicitely set your shell environment.

HTH...James





[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
06/25/04 11:08 AM
Please respond to How to use Revolution
 
        To:     [EMAIL PROTECTED]
        cc: 
        Subject:        Panther question


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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to