#include <oskit/fs/file.h>oskit_error_t oskit_file_getfs(oskit_file_t *f, [out] oskit_filesystem_t **out_fs);
client OS filesystem library
Returns the oskit_filesystem COM interface for the filesystem in which this file resides.
- f
- The file whose filesystem is desired.
- out_fs
- The filesystem in which the file resides.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.