-
Hi, I'm trying to read FileContents from a Drag&Drop, but I get "Cannot access a closed stream" exception on CopyTo:
So my questions are am I missing something and is there a better way of saving a file to disk from FileContents? (I omitted FileGroupDescriptorW here, but it is used) |
Beta Was this translation helpful? Give feedback.
Answered by
dahall
Feb 3, 2025
Replies: 1 comment 7 replies
-
I think this test has a pretty good example. Effectively, There is some good detail on StackOverflow on writing those streams to file. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do these additions answer your question?