string path = Environment.SystemDirectory.Remove(3) + @"Windows\Microsoft.NET\Framework"
A safe way to get the user to check if the .NET framework is installed





5.00/5 (1 vote)
//Also you can get the path like this because not everyone uses Drive C:\ as I use Drive F:\ string path = Environment.SystemDirectory.Remove(3) + @"Windows\Microsoft.NET\Framework"
//Also you can get the path like this because not everyone uses Drive C:\ as I use Drive F:\