DoxigAlpha

SetCurrentDirectoryError

Source

Implementation

#
pub const SetCurrentDirectoryError = error{
    NameTooLong,
    FileNotFound,
    NotDir,
    AccessDenied,
    NoDevice,
    BadPathName,
    Unexpected,
}