Beispiel #1
0
 public FilePath AddExtension(FileExtension ext, bool onlyIfMissing = false)
 => Folder + FileName.AddExtension(ext, onlyIfMissing);