# statfs.h - [Overview](#section218483880165629) - [Summary](#section2002738231165629) - [Functions](#func-members) ## **Overview** **Related Modules:** [FS](FS.md) **Description:** Provides a function to obtain information about a file system. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Functions
statfs (const char *path, struct statfs *buf) |
Obtains file system information of a file in a specified path. |