fs_assert_open_dir
-
struct fs_directory_iterator *fs_assert_open_dir(const char *path)
Asserts that fs_open_dir doesn’t fail.
- Parameters
path – [in] Some null-terminated path
- Returns
A pointer for iterating over the directory.
Asserts that fs_open_dir doesn’t fail.
path – [in] Some null-terminated path
A pointer for iterating over the directory.