file-length

[procedure] file-length port

ChezScheme: returns the length of the file port refers

See also file-position.

Some othe Scheme implementations provide a way to know file size of given pathname. See file-size. See also Concept:FileSystem.