Skip to main content

1E 8.1 (on-premises)

FileContent.GetTorrentAnnounceUris (deprecated)

Method

GetTorrentAnnounceUris (deprecated; will no longer be available after v8.1)

Module

FileContent

Library

FileContent

Action

Returns all announce URIs contained within the announce and announce-list structures contained inside a torrent file.

Parameters

FilePath (string): The full path of the torrent file.

Return values

AnnounceUri (string): An announce URI contained in the torrent file.

Example

Get on or more announce URI of a torrent called myTorrent.torrent.

FileContent.GetTorrentAnnounceUris(FilePath:"c:\\torrents\\myTorrent.torrent");

Platforms

  • Windows

  • Linux

  • MacOS

Notes