Some time ago I wrote a routine to write and maintain a custom file tag stored at the end of audio files. I've just noticed there is a serious problem now which didn't exist when I wrote it. The only difference I can think of is that I'm now using D7 rather than D5.
I tracked the problem down to the delphi Truncate procedure (IO routines) which is suppose to trim the filesize of the file at the current seek position. This is not working now. It does nothing whatsoever. I need this to keep the tag at the correct offset from the end of the file. Does anyone have any ideas why this doesn't work anymore. Is there perhaps an alternative using the newer (non-pascal) file IO routines. Thanks, Ross. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

