Skip to content

cf_fs_init

Category: file
GitHub: cute_file_system.h


Initializes the Virtual File System.

CF_Result cf_fs_init(const char* argv0);
Parameters Description
argv0 The first command-line argument passed into your main function.

Remarks

This function is automatically called by cf_app_make; for most use cases you do not need to call this function. However, sometimes it's convenient to make tools that crawl over files without the need for a full application window. In this case simply call this function to enable all the cf_fs_ functions.

cf_fs_destroy