5 lines
6.3 KiB
HTML
5 lines
6.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>System.IO.StatCompat</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
|
|
window.onload = function () {pageLoad();setSynopsis("mini_System-IO-StatCompat.html");};
|
|
//]]>
|
|
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">MissingH-1.3.0.1: Large utility library</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>Copyright (C) 2005-2011 John Goerzen</td></tr><tr><th>License</th><td>BSD3</td></tr><tr><th>Maintainer</th><td>John Goerzen <jgoerzen@complete.org></td></tr><tr><th>Stability</th><td>provisional</td></tr><tr><th>Portability</th><td>portable</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">System.IO.StatCompat</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Provide a stat-like structure for use in MissingH. Especially
|
|
useful with HVFS and on Windows. See also <a href="System-IO-WindowsCompat.html">System.IO.WindowsCompat</a>.</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:FileStatusCompat" class="def">FileStatusCompat</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:FileStatusCompat" class="def">FileStatusCompat</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:deviceID" class="def">deviceID</a> :: <a href="System-IO-HVFS.html#t:DeviceID">DeviceID</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:fileID" class="def">fileID</a> :: <a href="System-IO-HVFS.html#t:FileID">FileID</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:fileMode" class="def">fileMode</a> :: <a href="System-IO-HVFS.html#t:FileMode">FileMode</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:linkCount" class="def">linkCount</a> :: <a href="System-IO-HVFS.html#t:LinkCount">LinkCount</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:fileOwner" class="def">fileOwner</a> :: <a href="System-IO-HVFS.html#t:UserID">UserID</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:fileGroup" class="def">fileGroup</a> :: <a href="System-IO-HVFS.html#t:GroupID">GroupID</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:specialDeviceID" class="def">specialDeviceID</a> :: <a href="System-IO-HVFS.html#t:DeviceID">DeviceID</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:fileSize" class="def">fileSize</a> :: <a href="System-IO-HVFS.html#t:FileOffset">FileOffset</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:accessTime" class="def">accessTime</a> :: <a href="System-IO-HVFS.html#t:EpochTime">EpochTime</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:modificationTime" class="def">modificationTime</a> :: <a href="System-IO-HVFS.html#t:EpochTime">EpochTime</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:statusChangeTime" class="def">statusChangeTime</a> :: <a href="System-IO-HVFS.html#t:EpochTime">EpochTime</a></dt><dd class="doc empty"> </dd></dl><div class="clear"></div></div></td></tr></table></div></div><div class="top"><p class="src"><a name="v:sc_helper" class="def">sc_helper</a> :: <a href="System-IO-HVFS.html#t:FileMode">FileMode</a> -> <a href="System-IO-StatCompat.html#t:FileStatusCompat">FileStatusCompat</a> -> <a href="file:///usr/local/Cellar/ghc/7.10.1/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isBlockDevice" class="def">isBlockDevice</a> :: <a href="System-IO-StatCompat.html#t:FileStatusCompat">FileStatusCompat</a> -> <a href="file:///usr/local/Cellar/ghc/7.10.1/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isCharacterDevice" class="def">isCharacterDevice</a> :: <a href="System-IO-StatCompat.html#t:FileStatusCompat">FileStatusCompat</a> -> <a href="file:///usr/local/Cellar/ghc/7.10.1/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isNamedPipe" class="def">isNamedPipe</a> :: <a href="System-IO-StatCompat.html#t:FileStatusCompat">FileStatusCompat</a> -> <a href="file:///usr/local/Cellar/ghc/7.10.1/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isRegularFile" class="def">isRegularFile</a> :: <a href="System-IO-StatCompat.html#t:FileStatusCompat">FileStatusCompat</a> -> <a href="file:///usr/local/Cellar/ghc/7.10.1/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isDirectory" class="def">isDirectory</a> :: <a href="System-IO-StatCompat.html#t:FileStatusCompat">FileStatusCompat</a> -> <a href="file:///usr/local/Cellar/ghc/7.10.1/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isSymbolicLink" class="def">isSymbolicLink</a> :: <a href="System-IO-StatCompat.html#t:FileStatusCompat">FileStatusCompat</a> -> <a href="file:///usr/local/Cellar/ghc/7.10.1/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isSocket" class="def">isSocket</a> :: <a href="System-IO-StatCompat.html#t:FileStatusCompat">FileStatusCompat</a> -> <a href="file:///usr/local/Cellar/ghc/7.10.1/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Bool.html#t:Bool">Bool</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.0</p></div></body></html> |