Where is the g: Tile 11 directory created?

I created a directory using system.io with "g: Tile 11" running, I didn’t intentionally put a backslash, I expected an error to be thrown, but the directory was created, and I can save more content in it and can also read this The directory is through code, but I can not find it in Windows Explorer. Does anyone know where such files are stored and how to read them in the Windows file browser?

Note. It is important that the g-disk is accessible, otherwise it will give an error

+4
source share
2 answers

Well, it seems when testing with this:

DirectoryInfo d = Directory.CreateDirectory("c:Tile 11");

. , c: Tile 11 Debug. ( d.FullName, )

+4

, bin/Debug , .

0

All Articles