copy large files in Rev on Mac

Chipp Walters chipp at chipp.com
Thu Dec 6 14:12:33 EST 2007


Trevor,

Windows has the following function in their api:

CopyFile(FROM, TO, OVERWRITE)
 [CORE] The Win32::CopyFile() function copies an existing file to a
new file. All file information like creation time and file attributes
will be copied to the new file.

This sort of function has been present in api's (including system 9
Macs) since I've been programming. I just don't understand why it's
Rev's fault that Apple's current OS doesn't support something as basic
as "copyfile" for ALL their files?

At the least, it appears a good candidate for a third party library
from someone here.

best,
Chipp

On Dec 6, 2007 9:28 AM, Trevor DeVore <lists at mangomultimedia.com> wrote:

> 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).



More information about the use-livecode mailing list