Q&A

  • FilePos 함수의 용도는?
<!--CodeS-->
  CurPos := FilePos(MyFile);
<!--CodeE-->

FilePos 함수가 위에 쓰였는데...
용도를 간단히 알려주세요.

박성준
3  COMMENTS
  • Profile
    윤수아 2006.01.26 19:20


    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의 데이타라고 보시면 그 위치중 내가 현재 어디를 가리키고 있느냐 하는 것입니다.
  • Profile
    라벤더 2006.01.26 18:33



    안녕하세요 ^^

    FilePos 함수는 현재 열려있는 파일 포인터의 위치를 리턴합니다.

    seek함수와 많이 쓰이니 참고하세요 ^^
  • Profile
    박성준 2006.01.28 00:51
    윤수아님!
    라벤더님!

    답변감사합니다.
    새해福많이받으시길...