Can anyone tell me how to get the Environment.SpecialFolders.MyVideo
folder in .NET 2.0?
In .NET 4.0, the MyVideo folder is listed in the enum Environment.SpecialFolders
, but under .NET 2.0 it is not existant. Which way would you go if you had to find that folder under .NET 2.0 with different Windows localisations and OS versions?