pub fn file_metadata(file_path: &Path) -> Result<(Metadata, bool), StatusCode>
Expand description

Try to find the file system metadata for the given file path or returns an Not Found error.