General File System Help #456
deepanshug
started this conversation in
General
Replies: 1 comment
-
Think you are running into Word behavior more than anything else, when you open a file it creates a tmp file, which IIRC is not just a simple text file, and then when it finalizes saving the file, the last few steps are dealing with that tmp file, which ends up in the end deleting the tmp file since the contents have at that point been validated to have been correctly saved into the docx |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to build a file system using WinFSP where
Note:
Tried so far:
When saving data, word creates a “tmp” file, I changed the descriptor again to “txt” file in Open function but write function again receives a descriptor to tmp file.
Changed the file descriptor in “Write” function to point to txt file but again it writes to docx file. IN addition it deletes my txt file as well.
I am totally clueless as what’s happening here when writing to docx file.
Is there any pointers you can share to my problem please.
Thanks
Deepanshu
Beta Was this translation helpful? Give feedback.
All reactions