Subj : CreateFile () To : borland.public.cpp.borlandcpp From : mike Date : Tue Jul 13 2004 10:30 pm Hi, i'm using the win32 api CreateFile () and i wanted to know how to put the "cursor" at a certain position. if i used c's FILE pointer i can use fseek () to go to a specific place in the file. what i'm trying to accomplish is this. i have an xml file and i want to calculate a crc of the file, but i don't want to include the first line of the file in the CRC calculation. line 1: line 2: i want the "cursor" to be pointed at line 2 when i begin my crc calculation. aloha, mike .