Win32-2.3.0.0: A binding to part of the Win32 library

Portabilityportable
Stabilityprovisional
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Safe HaskellTrustworthy

System.Win32.File

Description

A collection of FFI declarations for interfacing with Win32.

Synopsis

Documentation

failIfWithRetry :: (a -> Bool) -> String -> IO a -> IO aSource

like failIfFalse_, but retried on sharing violations. This is necessary for many file operations; see http:support.microsoft.comkb316609

failIfWithRetry_ :: (a -> Bool) -> String -> IO a -> IO ()Source