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