scriptlike ~master (2019-07-15T18:36:56Z)
Home
Dub
Repo
globMatch
scriptlike
path
wrappers
Like $(FULL_STD_PATH globMatch), but operates on Path.
alias
globMatch
()
=
std
.
path
.
globMatch
bool
globMatch
(Path path, string pattern)
@
safe
pure nothrow
bool
globMatch
(
CaseSensitive
cs
=
CaseSensitive.osDefault
)
(
Path
path
,
string
pattern
)
Meta
Source
See Implementation
scriptlike
path
wrappers
aliases
absolutePath
baseName
defaultExtension
dirName
driveName
expandTilde
extension
filenameCmp
globMatch
isAbsolute
isRooted
isValidFilename
isValidPath
pathSplitter
relativePath
rootName
setExtension
stripDrive
stripExtension
Like $(FULL_STD_PATH globMatch), but operates on Path.