Author Topic: I am confused  (Read 3515 times)

annon

  • AWSUM MODERATAR!!!!1
  • Hero Member
  • *****
  • Posts: 1837
    • View Profile
I am confused
« on: July 31, 2009, 12:00:19 AM »
Ok, so I was defragging my hard drive. The utility I use displays a scale representation of where the files are located on my hard drive and lets me look to see what is where. After a few random ones I came across some old recycled files and decided I'd check them out. Most of them were unfinished torrents and the like, but one of the files was an episode of Band of Brothers. It was a 2.18GB .mkv file with 720p output. It wasn't broken, either. It was the full file. It also had a corresponding .nfo file, so I'm assuming it came from a torrent.

I've never downloaded any episodes of Band of Brothers, though. I have no idea how this one made its way to my hard drive and then got itself deleted. Is there a utility I can use to check a file's local history?

Code: [Select]
f(u,c,k,_,y,e,a,h)
{return u*u*u*u-u*u*u*_+u*u*y-u*e+a?k?f(u+1,c,k-1,_,y,e,a,h):0:putchar(u-c+h)==f(u+1,u,k-1,_,y,e,a,h);}
main(){return f(0,0,34,84,2423,26628,72864,98)<putchar(32)>f(0,0,40,125,5809,118995,906750,96)==~putchar(10);}

Spectere

  • \m/ (-_-) \m/
  • Administrator
  • Hero Member
  • *****
  • Posts: 5716
  • printf("%s\n", "Hi!");
    • View Profile
    • spectere.net
Re: I am confused
« Reply #1 on: July 31, 2009, 12:25:19 AM »
No, there's no way of knowing what program created a particular file or where it came from (unless you use software to monitor it when the file actually gets on your system, and even that can be misleading).  The best you could do is get the created date and figure it out from there.
"This is a machine for making cows."

annon

  • AWSUM MODERATAR!!!!1
  • Hero Member
  • *****
  • Posts: 1837
    • View Profile
Re: I am confused
« Reply #2 on: July 31, 2009, 12:31:46 AM »
Well the created/modified dates weren't of any help. I guess I'll just leave it around until I figure out where it came from or need to free up some space.

Code: [Select]
f(u,c,k,_,y,e,a,h)
{return u*u*u*u-u*u*u*_+u*u*y-u*e+a?k?f(u+1,c,k-1,_,y,e,a,h):0:putchar(u-c+h)==f(u+1,u,k-1,_,y,e,a,h);}
main(){return f(0,0,34,84,2423,26628,72864,98)<putchar(32)>f(0,0,40,125,5809,118995,906750,96)==~putchar(10);}