You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code causes a NotImplementedException to be throw when enumerating the children of the Computer folder.
using Vanara.Windows.Shell;
using static Vanara.PInvoke.Shell32;
var si = new ShellFolder(KNOWNFOLDERID.FOLDERID_ComputerFolder);
var children = si.EnumerateChildren().ToList(); // this line throws
The text was updated successfully, but these errors were encountered:
The following code causes a NotImplementedException to be throw when enumerating the children of the Computer folder.
The text was updated successfully, but these errors were encountered: