diff options
| author | Tim Keller <geekboy1011@gmail.com> | 2021-10-17 23:07:43 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-12-10 01:18:57 (GMT) |
| commit | 3a8e66a52fcc6317a7dffa15cb161f37a645d36c (patch) | |
| tree | 47a7933fff4ba86159068a756b6a9903d6475078 /src/components/fs/FS.h | |
| parent | eabbbfa373de04d1dc694618d5a9d475f0918592 (diff) | |
Added Delete file
Added FS Stat.
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 ccff240..e50ff10 100644 --- a/src/components/fs/FS.h +++ b/src/components/fs/FS.h @@ -28,6 +28,7 @@ namespace Pinetime { int DirCreate(const char* path); int DirDelete(const char* path); + int Stat(const char* path, lfs_info* info); void VerifyResource(); private: |
