Beispiel #1
0
 public FullPath Combine(PathPart name) => new FullPath(Path.Combine(this.path, name.ToString()));
Beispiel #2
0
 public bool Matches(PathPart path) => this.regex.IsMatch(path.ToString());