HSHHelpers-0.24: Convenience functions that use HSH, instances for HSH.

Safe HaskellSafe-Infered

HSH.Helpers.FileManip

Synopsis

Documentation

writeFileForce' :: (FilePath -> t -> IO b) -> FilePath -> t -> IO bSource

data SymlinkArgs Source

Constructors

SymLinkArgs 

Fields

target :: String
 
link :: String
 

Instances

findDirectories :: FilePath -> IO [FilePath]Source

wrapper over find /path/to/top/dir -type d