Win32
Copyright(c) Alastair Reid 1997-2003
LicenseBSD-style (see the file libraries/base/LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Win32.WindowsString.Info

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

getSystemDirectory :: IO WindowsString Source #

getWindowsDirectory :: IO WindowsString Source #

getCurrentDirectory :: IO WindowsString Source #

getTemporaryDirectory :: IO WindowsString Source #

getFullPathName :: WindowsPath -> IO WindowsPath Source #

getLongPathName :: WindowsPath -> IO WindowsPath Source #

getShortPathName :: WindowsPath -> IO WindowsPath Source #

searchPath :: Maybe WindowsString -> WindowsPath -> Maybe WindowsString -> IO (Maybe WindowsPath) Source #

getUserName :: IO WindowsString Source #