文件最后提交记录最后更新时间
!1029 修改测试问题3 年前
!897 整改应用readme3 年前
!488 适配IDE9004 年前
!966 README整改3 年前
!592 补充README_zh,修改配置文件4 年前
!488 适配IDE9004 年前
!855 适配工程9013 年前
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.