blackeyed7
blackeyed7
I've read more code in C# mirror, and I thought its should not be fixed in this way, but I found its more complex than I thought, I think I...
> Yes, you do need to set this field if the directory exist. > This is expected and documented. > > Could you explain a little more where you added...
found a workaround, not sure if any side effect so far switch (mode) { case FileMode.Open: if (pathExists) { // check if driver only wants to read attributes, security info,...
many thanks