Recently, Dave Cragg wrote:

>> # tSourcePath and tDestPath are source and destination paths
>> open file tDestPath for binary write
>> put url "file/binfile:" & tSourcePath into tSourcePath
>> write tSourcePath to file tDestPath
>> close file tDestPath
>> 
>> Am I missing something?
> 
> Is the "file/binfile:" part a legit format? I've never seen that before.
> 
> However, is it not simpler to do this?
> 
> put url ("binfile:" & tSourcePath) into url ("binfile:" & tDestPath)

If using the above, how do you do apply a diskspace check to make sure there
is enough diskspace to write the file?  Or do you just try to write the file
and see what happens in the result?

Thanks & Regards,

Scott

_____________________________________________________________________
Scott Rossi                       Tactile Media - Multimedia & Design
Creative Director                 Email: [EMAIL PROTECTED]
                                  Web: www.tactilemedia.com


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to