Here's a quick hack, haven't tested it, as I'm just writing it here as a response.

Create a shell script, for example folder.sh (make it executable by witango)
#!/bin/sh
# folder.sh -- shell script to create a folder
mkdir $path



Then write an external action in witango that calls the script and passes the (absolute) path parameter. You may need to play with permissions to set the directory's x-bit so you can open it.


On Thursday, May 12, 2005, at 06:57  AM, Wayne Irvine wrote:

I have an old AppleScript ACGI on Tango 2000 that creates folders. I pass it
one argument via an external action and it creates a folder of that name.


I wish to convert it to OS X/WiTango. I assume I could still use AppleScript
but possibly a CLI Script would be better.


Can anyone give me some pointers to get me started?

Wayne Irvine

                  Byte Services Pty Ltd
               http://www.byteserve.com.au/
                  [EMAIL PROTECTED]
   Ph 02 9960 6099   Mob 0409 960 609   Fax 02 9960 6088

_______________________________________________________________________ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to