cf_fs_stat¶
Category: file
GitHub: cute_file_system.h
Returns file information at the given virtual path, such as file size or creation time.
Return Value¶
Returns any errors as a CF_Result.
Remarks¶
This doesn't open the file itself, and is a fairly light-weight operation in comparison. Virtual File System.
Related Pages¶
CF_File
CF_Stat
cf_fs_create_file
cf_fs_open_file_for_write
cf_fs_open_file_for_read
cf_fs_close