Returns whether a flag is set.
impl FileFlags { fn is_set(&self, flag: FileFlags) -> bool }
The flag to be checked.