硬汉嵌入式论坛

 找回密码
 立即注册
查看: 4194|回复: 9
收起左侧

[SD/SDIO] 新版RL-FlashFS V6.X的API更加全面了,竟然有删除文件夹及其所有子文件功能了

[复制链接]

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107034
QQ
发表于 2019-4-11 04:38:58 | 显示全部楼层 |阅读模式
QQ截图20190411043830.jpg
回复

使用道具 举报

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107034
QQ
 楼主| 发表于 2019-4-11 05:46:31 | 显示全部楼层

https://www.keil.com/pack/doc/mw/FileSystem/html/fs_function_reference.html

  • Standard I/O Routines
    • fclose : Causes stream flush.
    • fflush : Enforces a write operation to a data stream.
    • fopen : Opens a file for reading or writing.
    • freopen : Reopens a file for reading or writing.
    • setbuf : Sets stream buffer.
    • setvbuf : Sets stream buffer.
    • fprintf : Writes a string to a data stream.
    • fscanf : Reads values from a data stream.
    • vfscanf : Reads data from the stream.
    • vfprintf : Writes a string to a data stream.
    • fgetc : Reads a single character from a data steam.
    • fgets : Reads a string from a data steam.
    • fputc : Writes a character to a data stream.
    • fputs : Writes a string to a data stream.
    • getc : Reads a single character from a data steam.
    • putc : Writes a character to a data stream.
    • ungetc : Stores a character back into the data stream.
    • fread : Reads a number of items with a given size from a data stream.
    • fwrite : Writes items from a buffer to a data stream.
    • fgetpos : Stores the current value of the file position indicator.
    • fseek : Positions the file cursor to a new location.
    • fsetpos : Sets the file position indicator.
    • ftell : Reads the file cursor position.
    • rewind : Rewinds positions of the file cursor to the beginning of a data stream.
    • clearerr : Clears the end-of-file and error indicators.
    • feof : Determines whether an end-of-file condition has occurred.
    • ferror : Tests a data stream for read or write errors.
  • System Routines
    • finit : Initializes the required software library resources.
    • funinit : Uninitializes the File System.
    • fmount : Mounts the File System of a specified drive.
    • funmount : Unmounts a File System volume.
  • File Maintenance Routines
    • fdelete : Deletes one or more files.
    • ffind : Searches for files or directories that match a specific pattern.
    • frename : Replaces the name of a file or directory.
    • fattrib : Changes file or directory attributes.
  • Directory Maintenance Routines
    • fpwd : Prints the current working directory.
    • fchdir : Changes the current working directory.
    • fmkdir : Creates a new directory or any intermediate directories in the path.
    • frmdir : Removes a directory if it is empty.
  • Utility Routines
    • fchdrive : Changes the "Current Drive".
    • ffree : Calculates the free space on a device.
    • fformat : Formats an EFS or FAT storage media for using a file system.
    • fanalyse : Examines the Embedded File System and checks for file fragmentation.
    • fcheck : Analyses the consistency of the Embedded File System and determines if it has been initialized.
    • fdefrag : De-fragments the Embedded File System.
    • fmedia : Detects the presence of a removable drive in the system.
    • finfo : Reads general drive information.
    • fvol : Reads the volume label.
  • File Time Support Routines
  • Media Support Routines
  • I/O Control Interface Routines


回复

使用道具 举报

56

主题

905

回帖

1073

积分

至尊会员

积分
1073
发表于 2019-4-11 08:25:13 | 显示全部楼层
发展这么多年, 还没有赶上20年前的DOS。。。
回复

使用道具 举报

6

主题

122

回帖

140

积分

初级会员

积分
140
发表于 2019-4-11 08:36:12 | 显示全部楼层
可惜的就是不支持中文。
回复

使用道具 举报

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107034
QQ
 楼主| 发表于 2019-4-11 10:09:05 | 显示全部楼层
roguebear 发表于 2019-4-11 08:25
发展这么多年, 还没有赶上20年前的DOS。。。

DOS可不是吹出来的,就是现在的GUI都向35年前的WINDOWS-DOS看齐

STM32CubeMX5.0的界面效果都跟80年代的Window-DOS有一拼
仅仅是现在的电脑分辨率更高了,细节地方微调,其它没区别。


CubeMX5.0


Windows-DOS


回复

使用道具 举报

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107034
QQ
 楼主| 发表于 2019-4-11 10:11:12 | 显示全部楼层
dy84082666 发表于 2019-4-11 08:36
可惜的就是不支持中文。

老外的东西,中文支持就是差,得给他们反馈下,重视下国内客户。
回复

使用道具 举报

5

主题

578

回帖

593

积分

版主

Rank: 7Rank: 7Rank: 7

积分
593
发表于 2019-4-11 17:05:11 | 显示全部楼层
eric2013 发表于 2019-4-11 10:11
老外的东西,中文支持就是差,得给他们反馈下,重视下国内客户。

这个是专利问题,我估计等长文件名专利过期了就可以了
回复

使用道具 举报

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107034
QQ
 楼主| 发表于 2019-4-11 18:27:14 | 显示全部楼层
myxiaonia 发表于 2019-4-11 17:05
这个是专利问题,我估计等长文件名专利过期了就可以了

微软的FAT类文件系统的长文件名专利在2017年1月已经到期

回复

使用道具 举报

56

主题

905

回帖

1073

积分

至尊会员

积分
1073
发表于 2019-4-12 09:05:15 | 显示全部楼层
硬汉你每天哪里来这么多的精力 找这些图片 回复这些论坛鸟丝的? 好奇。。  有什么学习的诀窍不
回复

使用道具 举报

36

主题

1445

回帖

1553

积分

至尊会员

积分
1553
发表于 2019-4-12 11:12:16 | 显示全部楼层
roguebear 发表于 2019-4-12 09:05
硬汉你每天哪里来这么多的精力 找这些图片 回复这些论坛鸟丝的? 好奇。。  有什么学习的诀窍不

成功是模仿不来的!只有自己静下心,踏踏实实做事,就不怕。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|Archiver|手机版|硬汉嵌入式论坛

GMT+8, 2024-5-15 09:27 , Processed in 0.271628 second(s), 28 queries .

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表