Lines Matching refs:files

3 …application files and user files. You can use the APIs provided by Core File Kit to manage, search…
7 In Core File Kit, the files are classified into the following types based on the file owner:
9 - [Application files](app-file-overview.md): files of an application, including the installation fi…
11 - [User files](user-file-overview.md): files of a user who has logged in to the device. User files
13 …em files: files irrelevant to applications and users. System files include public libraries, devic…
17 - Local file system: allows access to the files stored on a device and its external storage devices…
19 - [Distributed file system](distributed-fs-overview.md): allows access to files across devices, whi…
29 - Access to and share of application files
31 - Operations for selecting and saving user files
36 - Accessing application files, including viewing, creating, reading, writing, delete, moving, and c…
37 - Uploading application files to a network server and downloading network resource files from a net…
39 - Sharing application files to other applications and using the files shared by other applications.
43 …nd managing user files with the [user file access framework](#user-file-access-framework). For exa…
44 - Accessing and copying files across devices.
49 …y.md#application-file-directory-and-application-file-path) and the system files required for appli…
50 …on sandbox provides a completely isolated environment to ensure secure access to application files.
57 …- Security: File share between applications prevents files from being illegally obtained or tamper…
67 …age user files. This framework leverages the ExtensionAbility of OpenHarmony to provide a set of m…
73 - The file access client (a system application or third-party application) can access user files, f…
75 - **FilePicker**: allows a file access client to select and save user files without any permission.…
80 …ile Access Helper**: provides APIs for the **FileManager** and **FilePicker** to access user files.
82 …- **UserFileManager**: implements management of the files on the built-in storage based on the Fil…
83 …- **ExternalFileManager**: implements management of the files on the external storage based on the…