Error Set DeleteFileError [src]

Errors

AccessDenied
DirNotEmpty
FileBusy

Also known as sharing violation.

FileNotFound
IsDir
NameTooLong
NetworkNotFound
NotDir
Unexpected

Source

pub const DeleteFileError = error{ FileNotFound, AccessDenied, NameTooLong, /// Also known as sharing violation. FileBusy, Unexpected, NotDir, IsDir, DirNotEmpty, NetworkNotFound, }