Lines Matching refs:File
1 # Introduction to Core File Kit
3 Core File Kit provides capabilities for accessing and managing application files and user files. Yo…
5 ## Core File Kit Overview
7 In Core File Kit, the files are classified into the following types based on the file owner:
21 **Figure 1** File classification model
23 
27 You can use Core File Kit in any of the following scenarios:
56 …- Data consistency: File share between applications ensures data integrity and consistency, preven…
57 …- Security: File share between applications prevents files from being illegally obtained or tamper…
61 ### Application File Access Framework
65 ### User File Access Framework
77 …ed. <!--RP1-->File picker is a subset of file manager. For details about how to develop a file man…
80 …- **File Access Helper**: provides APIs for the **FileManager** and **FilePicker** to access user …
81 - **File Access ExtensionAbility**: implements file access via the following services:
82 …: implements management of the files on the built-in storage based on the File Access ExtensionAbi…
83 …: implements management of the files on the external storage based on the File Access ExtensionAbi…
87 Ability Kit: The user file access framework of Core File Kit depends on the Extension capability pr…