| ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
Description | ||||||||||||||||||||||||||||
Provide a stat-like structure for use in MissingH. Especially useful with HVFS and on Windows. See also System.IO.WindowsCompat. Copyright (c) 2005-2006 John Goerzen, jgoerzen@complete.org | ||||||||||||||||||||||||||||
Documentation | ||||||||||||||||||||||||||||
data FileStatusCompat | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
sc_helper :: FileMode -> FileStatusCompat -> Bool | ||||||||||||||||||||||||||||
isCharacterDevice :: FileStatusCompat -> Bool | ||||||||||||||||||||||||||||
isNamedPipe :: FileStatusCompat -> Bool | ||||||||||||||||||||||||||||
isRegularFile :: FileStatusCompat -> Bool | ||||||||||||||||||||||||||||
isDirectory :: FileStatusCompat -> Bool | ||||||||||||||||||||||||||||
isSymbolicLink :: FileStatusCompat -> Bool | ||||||||||||||||||||||||||||
isSocket :: FileStatusCompat -> Bool | ||||||||||||||||||||||||||||
isBlockDevice :: FileStatusCompat -> Bool | ||||||||||||||||||||||||||||
Produced by Haddock version 2.5.0 |