From: Meino Christian Cramer Date: 2006-01-17T01:44:45+09:00 Subject: DANGER ! Ruby-Newbie ahead: How to access binary files Hi, There is a file on my HD, which was written by a C program. The C program wrotes the contents of an array of structures (each array element was made from the same structure) to that file. Since accessing that file looks like a very low level and "procedure-based" thing to me I would be very interested how this job can be done in a most ruby-like, objectoriented way. Thank you very much for any help in advance! Dont worry, use ruby! mcc