summaryrefslogtreecommitdiff
path: root/src/components/fs/FS.h
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-10-17 23:07:43 (GMT)
committerTim Keller <geekboy1011@gmail.com>2021-12-10 01:18:57 (GMT)
commit3a8e66a52fcc6317a7dffa15cb161f37a645d36c (patch)
tree47a7933fff4ba86159068a756b6a9903d6475078 /src/components/fs/FS.h
parenteabbbfa373de04d1dc694618d5a9d475f0918592 (diff)
Added Delete file
Added FS Stat.
Diffstat (limited to 'src/components/fs/FS.h')
-rw-r--r--src/components/fs/FS.h1
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: