comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Creating Directories
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Creating Directories [message #16222 is a reply to message #16210] Tue, 06 July 1999 00:00 Go to previous messageGo to previous message
Struan Gray is currently offline  Struan Gray
Messages: 178
Registered: December 1995
Senior Member
Just for completeness, here's how I do it on a Mac:

script = 'tell application "Finder"'
script = [script, ' make new folder at item "'+path+'"']
script = [script, ' select result']
script = [script, ' set name of selection to "'+newdir+'"']
script = [script, 'end tell']
do_apple_script, script

How do the Slaves Of Gates do it?


Struan
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Union in IDL?
Next Topic: Re: Creating a Runtime App using Object Graphics

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 03:11:43 PDT 2025

Total time taken to generate the page: 0.00611 seconds