dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
filterFilename
dlangui
core
files
Filters file name by pattern list
bool
filterFilename
(string filename, string pattern)
bool
filterFilename
(string filename, string[] filters)
pure nothrow
bool
filterFilename
(
in
string
filename
,
in
string
[]
filters
)
Meta
Source
See Implementation
dlangui
core
files
aliases
currentDir
enums
AttrFilter
RootEntryType
functions
appDataPath
appendPath
convertPathDelimiters
filterFilename
findExecutablePath
getBookmarkPaths
isHidden
isPathDelimiter
isRoot
listDirectory
parentDir
splitPath
toAbsolutePath
properties
exeFilename
exePath
getRootPaths
homeEntry
homePath
structs
RootEntry
variables
PATH_DELIMITER
Filters file name by pattern list