so, how exactly do you copy a folder full of files when some of them are
folders? Let's say I want to copy only the files in folder "temp", and NOT
the other folders

In windows I do:

set the defaultfolder to "temp"
get the files
repeat for each line L in it
  put URL ("binfile:" & L) into URL ("binfile:" & myNewPath)
end repeat

How much more difficult is it on Mac?..assuming you also have to copy
creator codes  too.


On Dec 5, 2007 8:38 PM, Trevor DeVore

>
>
> You have been able to use bundles as a file format for as long as I
> can remember. It's actually a great feature for many applications as
> you can hide many files (embedded images for example) in what appears
> to be a single file to the user. Much easier for the user to manage
> than a folder. I would have used bundles for ScreenSteps if we didn't
> support Windows.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to