Search found 4 matches

by svugger
Thu Nov 30, 2006 11:57 am
Forum: General Discussion
Topic: If File Exists - "do not download again"
Replies: 6
Views: 19835

If File Exists - "do not download again"

sorry for being so unclear - here is the task:I want to download this file: http://jaist.dl.sourceforge.net/sourceforge/morphix/Morphing Morphix_0.3.1.isoIF the file is not there, it should check for the file again once every 2 hours.The file should be downloaded to my harddrive here: C:\test\If the...
by svugger
Wed Nov 29, 2006 5:43 am
Forum: General Discussion
Topic: If File Exists - "do not download again"
Replies: 6
Views: 19835

If File Exists - "do not download again"

Or in other words: Where exactly to i put the algorithm?
by svugger
Mon Nov 27, 2006 2:00 pm
Forum: General Discussion
Topic: If File Exists - "do not download again"
Replies: 6
Views: 19835

If File Exists - "do not download again"

Thanks a lot for the answer Oleg, now I hope I don't get slapped for asking this:I used your fine algorithm and copy/pasted it into the "Save in Folder", so it looks like this:C:\Documents and Settings\svugger\Desktop\banner if {FileExists(C:\Documents and settings\svugger\Desktop\banner\t...
by svugger
Sun Nov 26, 2006 8:05 am
Forum: General Discussion
Topic: If File Exists - "do not download again"
Replies: 6
Views: 19835

If File Exists - "do not download again"

I'm checking for a file on a website every two hours (via the recycle function).But I can only tell it to overwrite or rename the file, once it's downloaded.Can I command it to simply ignore the file, after it have been downloaded (it has to be sure the filesize is the same before ignoring it)?