I'm making a file explorer from a KnownFolder Guids list
I can get the paths of the ones that have paths.
So, I can eliminate the one that do not.
But I want to eliminate the folder nodes with paths that the user can't access.
I need to check something of the folder path that tells me the user can open it.
I tried checking FileVersionInfo but that does not work for folders.
Maybe something that causes an exception if it comes that.
I can get the paths of the ones that have paths.
So, I can eliminate the one that do not.
But I want to eliminate the folder nodes with paths that the user can't access.
I need to check something of the folder path that tells me the user can open it.
I tried checking FileVersionInfo but that does not work for folders.
Maybe something that causes an exception if it comes that.