|
When the program saves data, the com component will get a save file event notification. When I get this notification, I get the save path of the file, and then use this path to open the file with CFile. The file needs to be modified, but this time If the modification fails, it may be because the file is still open and cannot be modified at the same time. Is there any way to modify the file after it has been saved, or when can I modify it during my program? |
|