filemanip-0.3.6.3: Expressive file and directory manipulation for Haskell.
CopyrightBryan O'Sullivan
LicenseBSD3
MaintainerBryan O'Sullivan <[email protected]>
Stabilityunstable
Portabilityeverywhere
Safe HaskellNone
LanguageHaskell98

System.FilePath.Glob

Description

 
Synopsis

Documentation

namesMatching :: String -> IO [FilePath] Source #

Return a list of names matching a glob pattern. The list is generated lazily.