If you use Truncate (the value 5) for this parameter, it opens the file and then removes all the bytes of data in the file when it is opened, but does it allow further access (reading and writing) after this truncation operation? Or would I need to close it and reopen it with a different CreationDisposition value after this to write more data to the file?
↧