pub fn does_file_path_exist(file_path: &str) -> bool
Expand description
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.