mIRC Homepage
Posted By: Rainz Temporary download folder - 29/03/03 12:41 PM
I want mIRC to separate the incomplete files from the complete ones. I saw a such feature in dc++. Have mIRC make a dir named Temporary Downloads or something better and make mIRC download the files into this folder at first and then if a file get complete, mIRC transfers this file to the Download folder.
It would make things much easier for us sharing and swapping videos. Corrupted files is a hell.
Posted By: Poppy Re: Temporary download folder - 29/03/03 03:21 PM
If you're using mIRC for downloading videos, I think having 'corrupted' files in the same folder as your completed files is the least of your worries.
Posted By: Tat Re: Temporary download folder - 29/03/03 07:29 PM
Code:
on *:FILERCVD:*:{
  if ((%move) || (!$isfile($filename))) { return }
  if (!$isdir(Completed)) { mkdir Completed }
var %i
  while ($isfile(Completed $+ \ $+ $nopath($filename) $+ %i)) %i = $calc(%i + 1)
  .timer 1 0 .rename " $+ $filename $+ " " $+ Completed $+ \ $+ $nopath($filename) $+ %i $+ "
}


Very quick paste into remotes...
And, yeah, I know tossing on the %i to prevent the rename failure is pretty cheap. %move gets set and it doesn't use the feature.
Posted By: Watchdog Re: Temporary download folder - 30/03/03 01:50 PM
Corrupted files is a hell.

So will getting sprung downloading them at some stage in the future.
© mIRC Discussion Forums