WWX1084934添加licences
e2eae96e创建于 2022年9月15日历史提交
文件最后提交记录最后更新时间
添加licences Signed-off-by: WX1084934 <sunwenxu1@huawei.com> 3 年前
!897 整改应用readme * Description: fix readmre 3 年前
update 992 Signed-off-by: zhangxinlogo <zhangxin360@huawei.com> 3 年前
!488 适配IDE900 * adapter to IDE 900 * adapter to IDE 900 4 年前
update 992 Signed-off-by: zhangxinlogo <zhangxin360@huawei.com> 3 年前
添加licences Signed-off-by: WX1084934 <sunwenxu1@huawei.com> 3 年前
!488 适配IDE900 * adapter to IDE 900 * adapter to IDE 900 4 年前
!1115 FileIo添加自动化测试用例 * update FileManager/FileIo/package.json. * update FileManager/FileIo/package.json. * update FileManager/FileIo/entry/src/ohosTest/ets/TestRunner/OpenHarmon… * update FileManager/FileIo/entry/package.json. * update FileManager/FileIo/entry/src/ohosTest/ets/test/app.test.ets. * FileIo添加自动化测试用例 3 年前
README_en.md

File Management

Introduction

This sample shows file management functions, such as creating a file, changing a file name, writing a file, reading a file, and deleting a file.

Usage

  1. Touch Create fileIo to create a file. After the file is created successfully, the absolute path of the file is displayed.

  2. Touch Rename fileIo to change the file name. After the operation is successful, the absolute path of the new file is displayed.

  3. Touch Write fileIo to write data to the file. After the data is written, the content written is displayed.

  4. Touch Read fileIo to read file information. After the operation is successful, the content read is displayed.

  5. Touch Delete fileIo to delete the file. A message is displayed, indicating that the file is deleted successfully.

Constraints

This sample can only be run on standard-system devices.