Use FilePos on the file variable of an open file to determine the current position in the file. If the current position in the file is at the very beginning, FilePos returns 0. Otherwise, FilePos returns the byte offset from the beginning of the current position.
FilePos will not work on a file that is not open or on a text file
델파이 도움말입니다.. 보시면 예제도 나와 있네요... 현재 내가 연 화일에서 현재 위치..입니다.
화일전체를 0..n Byte의 데이타라고 보시면 그 위치중 내가 현재 어디를 가리키고 있느냐 하는 것입니다.
Use FilePos on the file variable of an open file to determine the current position in the file. If the current position in the file is at the very beginning, FilePos returns 0. Otherwise, FilePos returns the byte offset from the beginning of the current position.
FilePos will not work on a file that is not open or on a text file
델파이 도움말입니다.. 보시면 예제도 나와 있네요... 현재 내가 연 화일에서 현재 위치..입니다.
화일전체를 0..n Byte의 데이타라고 보시면 그 위치중 내가 현재 어디를 가리키고 있느냐 하는 것입니다.