I am using VS 2015 on windows 10.I want to retrieve the all logical drives present in system and then bind it to dropdown list in UWP application. I had referred link:
Getting a list of logical drives
But problem is that DriveInfo.GetDrives() not found in System.IO namespace in UWP context. Also Environment.GetLogicalDrives() giving an error that Environment does not contain definition GetLogicalDrives() in UWP application. It will be great help if can sort out the solution for this.