extmod/vfs_fat: Add .rename() method.

This commit is contained in:
Paul Sokolovsky
2016-02-29 01:22:38 +02:00
parent 09e363316f
commit e0821830b0
2 changed files with 17 additions and 0 deletions

View File

@@ -719,6 +719,7 @@ Q(umount)
Q(readonly)
Q(mkfs)
Q(listdir)
Q(rename)
Q(readblocks)
Q(writeblocks)
Q(ioctl)