Enter/Exit folder
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, World!");
|
||||
|
||||
var d1 = new DirectoryInfo("C:");
|
||||
var d2 = new DirectoryInfo("C:\\");
|
||||
|
||||
;
|
||||
Reference in New Issue
Block a user