> > >so, >does anyone know how i can create a new, empty folder? > Bhakti, I use Kent Kersten's free FileXtra to do this. http://www/kblab.net/xtras Here's the code: fullPathToFolder = ... xFileXtra = XTRA("FileXTRA3").new() fFolderExists = xFileXtra.fx_FolderExists(fullPathToFolder) if not(fFolderExists) then retVal = xFileXtra.fx_FolderCreate(fullPathToFolder) end if xFileXtra = 0 Statistically, you have gotten all your questions wrong today, now we know who is not the sharpest pencil in the box. Goodbye. :) Irv -- Lingo / Director / Shockwave development for all occasions. (Home-made Lingo cooked up fresh every day just for you.) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
- <lingo-l> placing sound in a specific channel William Miller
- Re: <lingo-l> placing sound in a specific chann... Tab Julius
- Re: <lingo-l> placing sound in a specific c... William Miller
- <lingo-l> using a 32-bit image as textu... the nightboy
- Re: <lingo-l> using a 32-bit image ... Colin Holgate
- Re: <lingo-l> using a 32-bit i... the nightboy
- Re: <lingo-l> using a 32-bit image ... Roger Jones
- <lingo-l> create a folder with fileio R. Bhakti Klein
- Re: <lingo-l> create a folder with ... Irv Kalb
- Re: <lingo-l> create a folder ... Buzz Kettles
- Re: <lingo-l> create a fol... Irv Kalb
- Re: <lingo-l> create a... Buzz Kettles
- Re: <lingo-l> create a fol... R. Bhakti Klein
- Re: <lingo-l> create a fol... Kerry Thompson
- Re: <lingo-l> create a... Irv Kalb
- Re: <lingo-l> create a... Kerry Thompson
- Re: <lingo-l> create a... Kerry Thompson
- Re: <lingo-l> create a... Buzz Kettles
- <lingo-l> use of 'nothing' command Luke Wigley
