fileSystemPlugin,getUri()
PluginfileSystemPlugingetUri小于 1 分钟
查询地址
import { fileSystemPlugin } from "@plaoc/plugins";
fileSystemPlugin.getUri(options)
参数
options
查询的参数选项;
参数的数据类型是GetUriOptions对象;
返回值
返回一个Promise,resolve兑现一个 GetUriResult对象
示例
import { fileSystemPlugin } from "@plaoc/plugins";
fileSystemPlugin.getUri({
path: "/path",
directory: "DOCUMENTS"
})
平台兼容性
属性/方法/事件 | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
getUri | ✅ | ✅ | ✅ | X |
相关链接
Powered by Waline v2.15.7