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

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -