On Fri, Jul 18, 2008 at 3:36 PM, John Leach <[EMAIL PROTECTED]> wrote: > Since you work closely with Dojo, does it offer Rhino compatible > libraries for file operations, et al? > Or does anyone else know where I should go to find this well rounded > wheel, before I go off and reinvent it?
Dojo, as run in Rhino, does have some support for reading files, but it is buried in the dojo.require machinery for loading JavaScript modules. There are more generic file operation wrappers that are used in the Dojo build process, but they are probably not generic enough for a general library: http://trac.dojotoolkit.org/browser/util/trunk/buildscripts/jslib/fileUtil.js I am fairly ignorant of other environments that use Rhino, so I cannot offer other solutions. James _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
