I am writting a program to write a string to an exist file everyseveral seconds. I use CStdioFile to create and open a file, I can see the file text content only after the file's closed. My question is if I can see the content of the file during the file's opened. Must I close the file if I want to see the text content?

kshen