Error Set GetFinalPathNameByHandleError [src]

Errors

AccessDenied
BadPathName
FileNotFound
NameTooLong
Unexpected
UnrecognizedVolume

The volume does not contain a recognized file system. File system drivers might not be loaded, or the volume may be corrupt.

Source

pub const GetFinalPathNameByHandleError = error{ AccessDenied, BadPathName, FileNotFound, NameTooLong, /// The volume does not contain a recognized file system. File system /// drivers might not be loaded, or the volume may be corrupt. UnrecognizedVolume, Unexpected, }