OpenHarmony开发者论坛

标题: 如何获取应用级别的temp路径和files路径 [打印本页]

作者: mayday    时间: 2023-11-23 19:07
标题: 如何获取应用级别的temp路径和files路径
本帖最后由 hyacinth养花人 于 2023-11-24 18:05 编辑

适用于:OpenHarmony 3.2 Beta5


作者: mean    时间: 2023-11-24 09:13
[md]这样也可以获取

```
let context: Context = getContext(this);
let filesDir: string = context.filesDir
```

[/md]
作者: 深开鸿_王皓    时间: 2023-11-24 09:48
[md]适用于:OpenHarmony 3.2 Beta5
解决措施:通过应用上下文context获取。如:
获取temp路径

```
this.context.getApplicationContext.tempDir
```

获取files路径

```
this.context.getApplicationContext.filesDir
```

参考链接:[https://docs.openharmony.cn/page ... 6%E8%B7%AF%E5%BE%84](https://)


[/md]




欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/) Powered by Discuz! X3.5