c# - UWP: is there a method to close a currently open folder? -


i able find method open/launch folder:

await launcher.launchfolderasync(folder); 

but couldn't find method close it. exist? thanks.

according documentation launchfolderasync method open given folder in file explorer.

so close operation not make sense in context , not exist because cannot close other applications (nor should you) app.

if expect show contents of folder in file explorer, should fine using code have , don't have worry closing folder.


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -