check of file length overflow improved. Refs: #138. File length overflow also checked for FileInfo. Any overflow sets length to -1 in case of overflow. This allows one in principle to check for an overflow after calling Old. If not checked, a trap is generated in SetPos anyway, thus an overflow is never undetected when a file is processed.