I created a directory using system.io with path "g:Tile 11", I purposely did not put backslash , I was expecting that an error will be thrown, but directory is created and I can save more content in it and can also read this directory through code, But I am not able to find it in windows file explorer. Does anyone know where are such files saved and how to read it in windows file explorer ?
Note: Its important that the g drive is available else it throws error
Well, it seems when testing it with this:
DirectoryInfo d = Directory.CreateDirectory("c:Tile 11");
It does work. It just seems to strip off the c:
from the path and create a Tile 11
folder inside the Debug
folder. (Check d.FullName
to get the actual path)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With