Sorry, sorry, sorry.
I was looking at the backup directory I created for the test, and the program was looking at the live one.
John
The system is suppossed to track the file size that is being used by a user. When I goto to ‘DOS’ via Run CMD, and do a directory, I’ll see a file called ftgdoc91.tab and it says the file is 809,780 bytes long. However, when doing this is lotus script via FileLen or LOF()
I get a different size of 1,346,228. This does happen most of the time, however some of the files do show up with the correct file size.
I do have the variables declared as long, Option Declare is being used.
Did I miss something somewhere?
BTW this is for tracking how much disk space all of the Full Index Files are taking up on their machine as well as the server. I have not run it on the server, I was just testing on my machine.
Thanks John