[][src]Module raylib::core::file

File manipulation functions. Should be parity with std::fs except on emscripten

Functions

change_directory

Changes working directory, returns true on success.

clear_dropped_files

Clears dropped files paths buffer.

file_exists

Check if file exists

get_directory_files

Gets all the files in a Directory

get_directory_path

Gets full path for a given filename.

get_dropped_files

Gets dropped filenames.

get_extension

Gets the extension for a filename string.

get_file_name

Gets the filename for a path string.

get_working_directory

Gets current working directory.

is_file_dropped

Checks if a file has been dropped into the window.

is_file_extension