On Dec 6, 2007, at 3:46 AM, Chipp Walters wrote:

Hmmm. Then there's no native api that Rev can hook into? Seems like the same guys who programmed QuickTime SMIL support got involved in creating the
filesytem too ;-)

I wouldn't blame the OS X programmers because Revolution doesn't have support for bundles . Just because this isn't straightforward in Revolution doesn't mean it the file system is at fault. The original Revolution syntax just wasn't built with bundles in mind (understandably).

Bundles are very well documented and you can find out all sorts of information here:

<http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFBundles/index.html#//apple_ref/doc/uid/10000123i >

This particular section describes how the finder uses bundles and makes reference to the bundle bit that a folder can have set on it. Rev just doesn't give us direct access to this information.

<http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFBundles/Concepts/BundlesAndFinder.html#//apple_ref/doc/uid/20002127-BAJIBGGC >

When it comes to copying files/folders Revolution really should have native copy routines that use the file system (with callbacks) rather than making us resort to the shell.

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com    -    www.screensteps.com


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to