Search the Community
Showing results for tags 'info'.
-
-
This is a very little program, just to see all fileformats, count,... in a folder and its subdirectorys. If there are Audio/Videofiles, the length of all files will be shown. Maybe you find it helpful. FolderFileInfo_source.zip
-
I would like to programmatically check to see if a given tracker has information on the torrent I specify. This requires that the SHA-1 Info Hash of a torrent be encoded to make valid requests. I read from: http://nakkaya.com/2009/12/03/bittorrent-tracker-protocol/ If you don't pay attention to the...
-
I'm trying to figure out how to grab info about a file with autoit, specifically I want the "Last Modified" attribute. I'm trying to make a system to check when a file has been last modified, and if older, update with the latest one. Thanks.