[][src]Function tes3mp_plugin::plugin::generated::get_case_insensitive_filename

pub fn get_case_insensitive_filename(
    folder_path: &str,
    filename: &str
) -> String

Get the first filename in a folder that has a case insensitive match with the filename
argument.

This is used to retain case insensitivity when opening data files on Linux.

Returns the filename that matches.