• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# File Management Development
2
3## How do I obtain the path of system screenshots?
4
5Applicable to: OpenHarmony 3.2 Beta 5 (API version 9)
6
7**Solution**
8
9The screenshots are stored in **/storage/media/100/local/files/Pictures/Screenshots/**.
10
11## How do I change the permissions on a directory to read/write on a device?
12
13Applicable to: OpenHarmony 3.2 Beta 5 (API version 9)
14
15**Symptom**
16
17When the hdc command is used to send a file to a device, "permission denied" is displayed.
18
19**Solution**
20
21Run the **hdc shell mount -o remount,rw /** command to grant the read/write permissions.
22