Truncating the File by the appropriate amount

Nov 8 2005 2:56 AM
In the exception management assembly, if a file is bigger than the max size(2048 kb), then truncate the start of the file by the appropriate amount. Please make sure you do this using the appropriate start position in the stream class so that it is an efficient operation. How to use the string functions to truncate it then write it back to file.