mmsyn3-0.1.0.0: A small library to deal with executable endings

Safe HaskellNone
LanguageHaskell2010

EndOfExe

Synopsis

Documentation

endOfExecutable :: String -> IO String Source #

Function that is used instead of System.Info.os to check whether the executable ends in .exe

showE :: String -> String Source #

Function that is used to concat the endOfExecutable to the name of the program. You can use showE "nameOfExecutable" e. g. inside the System.Process.callCommand as the name of the executable