❔ "cant open file due to it being used by another process"
what im trying to do here is basically just write and read to a specific file. rather confusing
4 Replies
You cannot write to a file simultaneously.
Why are you opening a StreamWriter when you just want to read?
Specifically this snippet
ah
i see
i love my observing skills
😉
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.