cf_fs_get_base_directory¶
Category: file
GitHub: cute_file_system.h
Returns the path of the base directory.
Remarks¶
This is not a virtual path, but the actual OS-path where the executable was run from. This might not be the working directory, but probably is. You should probably mount the base directory with cf_fs_mount. See Virtual File System for an overview.
Related Pages¶
cf_fs_get_working_directory
cf_fs_set_write_directory
cf_fs_get_user_directory
cf_fs_mount
cf_fs_dismount