This program has 2 mode of operations:
- Displays the file paths inside a torrent.
- Checks files inside a directory and compares the paths with the paths inside torrent. Then displays files in directory but not in torrent, files in torrent but not in directory and files in both directory and torrent.
Program command line parameters are:
file.torrent [directory [+] [-] [=]]
file.torrent The torrent file
directory Directory to compare contents with torrent file
+ Display files in torrent file, not exist in directory
- Display files in directory, not exist in torrent
= Display files existed in both directory and torrent
Absent of + - =, means all of them