diff options
| author | Tim Keller <geekboy1011@gmail.com> | 2021-11-16 04:32:53 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-12-10 01:18:57 (GMT) |
| commit | 362a5ef1136399c178cf881f7569e3d291432ec1 (patch) | |
| tree | a4545cf46aa38cf5b85bad3c2290a5d6dfc06164 /src/components/fs/FS.h | |
| parent | 8f46908d387cc4fe3f911bc0ca517719238418ed (diff) | |
Added move function
Diffstat (limited to 'src/components/fs/FS.h')
| -rw-r--r-- | src/components/fs/FS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/fs/FS.h b/src/components/fs/FS.h index da3bd27..2b27ae5 100644 --- a/src/components/fs/FS.h +++ b/src/components/fs/FS.h @@ -28,6 +28,7 @@ namespace Pinetime { int DirCreate(const char* path); lfs_ssize_t GetFSSize(); + int Rename(const char* oldPath, const char* newPath); int Stat(const char* path, lfs_info* info); void VerifyResource(); |
