Skip to content

v2.0.3

Compare
Choose a tag to compare
@alanmcgovern alanmcgovern released this 13 Jan 22:26

General

  • Invalid characters are escaped when TorrentSettings.CreateContainingDirectory is enabled, and Torrent.Name contains characters which are not valid in paths. The path for each file contained within the torrent was already escaped correctly when generating ITorrentFileInfo.FullPath.
  • Adds a new property, TorrentManager.ContainingDirectory where the escaped path can be accessed.