在我的地铁(现代)应用程序中,我使用以下命令启动文件:
if(item is StorageFile)
await Windows.System.Launcher.LaunchFileAsync(item as StorageFile);
我怎样才能对文件夹做同样的事情?我的意思是可以在资源管理器中启动一个文件夹吗?
在我的地铁(现代)应用程序中,我使用以下命令启动文件:
if(item is StorageFile)
await Windows.System.Launcher.LaunchFileAsync(item as StorageFile);
我怎样才能对文件夹做同样的事情?我的意思是可以在资源管理器中启动一个文件夹吗?