stream-tell appears to always return zero for an input-port created
for a file by <file-reader> on Windows:
---
( scratchpad ) "resource:misc/icons/Factor_128x128.png" binary [
0 seek-end seek-input
tell-input .
] with-file-reader
0
---
Note that calling tell-handle on the underlying win32-file object works:
---
( scratchpad ) "resource:misc/icons/Factor_128x128.png" binary [
0 seek-end seek-input
input-stream get handle>> tell-handle .
] with-file-reader
11945
---
-Joe
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk