B4A打开文件夹

源代码
Try
	Dim i As Intent
	i.Initialize(i.ACTION_VIEW, "file://" &  File.DirRootExternal&"/保存目录/" )
	i.SetType( "resource/folder" )
	StartActivity(i)
Catch
	Msgbox("Missing default file explorer", "Error")
End Try

posted @ 2020-07-18 17:33  办公魔盒  阅读(354)  评论(0编辑  收藏  举报