pathSeparator
The path separator to use in matching
var pathSeparator: Character?
If this is nil
, path separators have no special meaning. This is equivalent to excluding FNM_PATHNAME
in fnmatch
.
Defaults to “/” regardless of operating system.
The path separator to use in matching
var pathSeparator: Character?
If this is nil
, path separators have no special meaning. This is equivalent to excluding FNM_PATHNAME
in fnmatch
.
Defaults to “/” regardless of operating system.