I tried this:
userVideosDirectory = Directory.GetParent(Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData)).FullName + "\\Videos";
But it gives me:
C:\Users\username\AppData\Videos
But I do not have only the AppData directory:
C:\Users\username\Videos
How to get a catalog of videos without AppData?
source share