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

pub fn does_file_path_exist(file_path: &str) -> bool

Check whether a certain file path exists.

This will be a case sensitive check on case sensitive filesystems.

Whenever you want to enforce case insensitivity, use GetCaseInsensitiveFilename() instead.

Returns whether the file exists or not.