I have a log file and I want to make sure it doesn grow bigger than a certain size. I open it with the FileStream class and just call the FileStream.SetLength method... am I on the right track? because I dont know if SetLength is made for that purpose or not