VFS: Implement utime()

This commit is contained in:
Roland Dobai
2018-10-25 11:53:52 +02:00
parent ada3bc3fb5
commit fb334baa7c
13 changed files with 342 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
/* This option switches f_expand function. (0:Disable or 1:Enable) */
#define FF_USE_CHMOD 0
#define FF_USE_CHMOD 1
/* This option switches attribute manipulation functions, f_chmod() and f_utime().
/ (0:Disable or 1:Enable) Also FF_FS_READONLY needs to be 0 to enable this option. */