I'm looking for a way to mount the root directory (C:/) into a folder in another drive (D:/). I know of methods to do it from Powershell and Diskpart. Is there any way to do that from C# without using Powershell?
Asked
Active
Viewed 198 times
0
-
4Which command do you mean specifically - `mklink /d` ? Or something else? If you tell us exactly what you're trying to replicate that would be useful please. – Rup Apr 20 '20 at 11:12
-
1This sounds like a 'symbolic link'. See this answer on how to make one https://stackoverflow.com/a/11156870/12342238 – JonasH Apr 20 '20 at 13:40