Re: file read and processing pretty slow. ideas?
Joshua Paine <[email protected]> Mon, 16 Jul 2007 04:44:27 -0400
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Hannes Wallnoefer wrote:
> You should be able
> to test the old, native code by just dropping the helma. prefix, using
> File(...) instead of helma.File(...).
If I do that, I get:
TypeError: Cannot find function open. (C:\...\anagrams.hac#3)
3: (f = File('c:/temp/wordlist.txt')).open();
I get equivalent errors for all the expected methods I've tried,
including getPath(). Same thing if I split it into two lines the way
normal people do.
Same thing if I access File as global.File.
helma.File works.
-Joshua