Welcome, Guest. Please login or register.

Author Topic: Retrieving FileSize in bytes  (Read 3004 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Retrieving FileSize in bytes
« on: January 12, 2004, 05:19:20 PM »
Or, if you dont want to use ANSI C IO for it, you can do what selco describes with dos.library Seek(), which will allow you to determiine the length by seeking to the end of the file from the start.
int p; // A