filemanip-0.3.6.3: Expressive file and directory manipulation for Haskell.
CopyrightBryan O'Sullivan
LicenseBSD3
MaintainerBryan O'Sullivan <bos@serpentine.com>
Stabilityunstable
Portabilityeverywhere
Safe HaskellSafe-Inferred
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.