>
>
>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!]

Reply via email to