DoxigAlpha

GetFileAttributesError

Source

Implementation

#
pub const GetFileAttributesError = error{
    FileNotFound,
    AccessDenied,
    Unexpected,
}