Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> longfileposition find the file position pointer pp 199</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LONGFILEPOSITION       Find the File Position Pointer                pp 199

 Syntax:  LongFilePos (FileVar,RealVar) ;

 Type:    File

 Form:    Procedure

 Purpose: Return the current file position pointer as type Real.

 Notes:   MS-DOS long function for larger files.


 ----------------------------------------------------------------------------


 Usage:
       TYPE
          FileType = String [80]             ;   { Define record size  }
       VAR
          FileVar  : File of FileType        ;   { 80 byte record type }
       CONST
          FileName : String [8] = 'Name.Ext' ;   { Constant file name  }

       BEGIN
          RealVar  := LongFilePos (FileVar)  ;   { Get position        }
       END.

See Also: LongFileSize LongSeek

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson