The following changes were part of the 12.24.1 - 12.24.5 beta
updates:
When File.Read fails, it now returns zero and ensures the
Blob object is zero length. Previously, you had to check the
File.Error value to know if the call failed.
Documented the fact File.Read and
File.Write can process at most 1GB at a time, and must be
called more than once to read or write larger amounts.
Improved documentation of FSUtil.
DOpus.Create.Date(...) now parses milliseconds if they are
included. For example, '20010203 12:34:56.789'.
Fixed script resources not being found in files with Unix-style line
endings.
Vector.assign and append methods now work
with JScript arrays as documented.
Script Control object's label property can now also be
accessed via the alternative title name, since both terms are
used in different places.