Getting All “Special Folders” in .NET
“Retrieving the path to the new user folders like Downloads, Saved Games or Searches”
#dotnet #csharp
https://www.codeproject.com/Articles/878605/Getting-All-Special-Folders-in-NET
https://www.codeproject.com/Articles/878605/Getting-All-Special-Folders-in-NET
I’ve been considering going into .net, as a ‘C’/UNIX dinosaur, will it make me insane?
This reminds me of a similar thing in Delphi.
Need to dig it up one day.
Philip Rowney Nope, I don’t think it will make you insane. It is a quite pleasant environment – but – just as the Win32 APIs, the .NET APIs are many – so navigating The Sea of Which Fekking API’s The Right One is no less of a chore (i.e. Google search). … which is why I collect tidbits like this one.
Also – if you stay with .NET Core collection of APIs – you can use those on Linux too.
microsoft.com – .NET and C# – Get started in 10 minutes
Ah, very cool.. I’ve been playing with Kivvy and Python lately, the .NET could be some distraction.