Open a folder

2003-09-22 Thread Mendelsohn, Michael
Hi list... I thought there would have been a method somewhere to open a folder...maybe in buddyAPI or the fileXtra or something. Is there any way to open a folder (not a file)? regards, Michael M. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com

Re: Open a folder

2003-09-22 Thread Tab Julius
Well, you can't really "open" a folder as you would a file. I think you mean open it onscreen so you can choose a file? If so, look at both fileXtra and fileIO - FileXtra has functions like fileOpenDialog (for getting a filename), fileSaveAsDialog (for choosing a name to save a

Re: Open a folder

2003-09-22 Thread Valentin Schmidt
hi michael, not sure if i understood your question, but if your are on windows and want to open a folder in a new explorer window, try something like: open "explorer.exe " eg. open "explorer.exe C:\WINDOWS" if you just want to find out the files in a folder, check out ge

Re: Open a folder

2003-09-22 Thread alpha
> I thought there would have been a method somewhere to open a > folder...maybe in buddyAPI or the fileXtra or something. Is there any > way to open a folder (not a file)? I'm not sure what you want to do. Do you want a list of files in the folder? Set a folder so all your files g

Re: Open a folder

2003-09-22 Thread Howdy-Tzi
On Monday, Sep 22, 2003, at 13:59 America/Chicago, Mendelsohn, Michael wrote: I thought there would have been a method somewhere to open a folder...maybe in buddyAPI or the fileXtra or something. Is there any way to open a folder (not a file)? On Win it would be something like: open

Re: Open a folder

2003-09-22 Thread Stephen Ingrum
CTED]> Sent: Monday, September 22, 2003 1:59 PM Subject: Open a folder > Hi list... > > I thought there would have been a method somewhere to open a > folder...maybe in buddyAPI or the fileXtra or something. Is there any > way to open a folder (not a file)? > > regard

RE: Open a folder

2003-09-22 Thread Mendelsohn, Michael
Score 1 for the Howdy-Man! (Everyone else is a close 2nd.) open theFolder with "explorer.exe" is what I was looking for. (Hmm...but I thought I remember reading somewhere that there may be problems with "open.") Thanks everyone for the timely responses! I appreciate them as always. - Michael M

Re: Open a folder

2003-09-22 Thread Sean Wilson
I thought there would have been a method somewhere to open a folder...maybe in buddyAPI or the fileXtra or something. Is there any way to open a folder (not a file)? You don't say which platform you're interested in, but this will work on Windows using BuddyAPI: -- on mouseUp

Re: Open a folder

2003-09-22 Thread Fumio Nonaka
You can use 'baOpenFile' method of Buddy API, which works on both of Windows and Macintosh (I tried with Director MX/Windows XP and MacOS X.2.6). The following example open the folder containing the director movie. result = baOpenFile(the moviePath, "normal") _ "Mend

OT: mastering OS X CD-ROM to open a folder when disk is inserted

2004-08-08 Thread Slava Paperno
I've seen CD-ROMs that open a folder when inserted in a Mac OS X computer. With Toast 5, it used to be that if one of the folders in your partion is open when you record a Mac-volume CD-ROM, then this folder will open when you insert the CD-ROM. With my Toast 6 in OS X 10.3.4, this doesn&#

Re: OT: mastering OS X CD-ROM to open a folder when disk is inserted

2004-08-08 Thread Kevin M. Dean
On Aug 8, 2004, at 5:10 PM, Slava Paperno wrote: I've seen CD-ROMs that open a folder when inserted in a Mac OS X computer. With Toast 5, it used to be that if one of the folders in your partion is open when you record a Mac-volume CD-ROM, then this folder will open when you insert the C

Re: OT: mastering OS X CD-ROM to open a folder when disk is inserted

2004-08-09 Thread Cole Tierney
With Toast 5, it used to be that if one of the folders in your partion is open when you record a Mac-volume CD-ROM, then this folder will open when you insert the CD-ROM. With my Toast 6 in OS X 10.3.4, this doesn't work: when the CD-ROM is inserted, no folders open automatically. Is there a wa