How to create a folder?
    Dave Cragg 
    dcragg at lacscentre.co.uk
       
    Wed Aug 17 02:31:59 CDT 2005
    
    
  
On 17 Aug 2005, at 08:01, Reinhold Venzl-Schubert wrote:
> Hi!
>
> I try to create a new folder with this buttonscript
>
> on mouseUp
>   ask file "Create Folder for Export" with "Export"
>   put it into NewFold # NewFold contains: "/Users/rvs/Documents/ 
> PCDATEN/metacard/Export"
>   create NewFold
>   # create /Users/rvs/Documents/PCDATEN/metacard/Export
> end mouseUp
>
> Neither "create NewFold" nor " create /Users/rvs/Documents/PCDATEN/ 
> metacard/Export" works.
> I get the errormessage "no alias or directory name supplied"
create folder newFold
Cheers
Dave
    
    
More information about the metacard
mailing list