SciLor's Open Source Forums
http://forum.scilor.com/

Functions when file already exists
http://forum.scilor.com/viewtopic.php?f=55&t=414
Page 1 of 1

Author:  stenrulz [ Sat Nov 20, 2010 1:09 am ]
Post subject:  Functions when file already exists

Hello,

I would like an option when file already exists to;
Skip
Override
Etc

Please tell me what you think.

Author:  stenrulz [ Sat Nov 20, 2010 1:17 am ]
Post subject:  Re: Functions when file already exists

Even if it just has a skip feature as right now this is one of the 2 issues that stop me using it much. As it waste a lot of bandwidth, etc when downloading the same song over and over.

Author:  SciLor [ Sun Nov 21, 2010 10:43 pm ]
Post subject:  Re: Functions when file already exists

I will try to add a fitting feature for you :)

Author:  fabri [ Sun Nov 28, 2010 3:02 pm ]
Post subject:  Re: Functions when file already exists

Nice job 0.4.1 with playlists.. now skipping existing files..and then the program wil be fantastic!

Author:  stenrulz [ Tue Nov 30, 2010 2:09 am ]
Post subject:  Re: Functions when file already exists

Any update on this feature?

Author:  SciLor [ Tue Nov 30, 2010 8:18 pm ]
Post subject:  Re: Functions when file already exists

Please be patient, this feature is planned in the next version!

Author:  stenrulz [ Thu Dec 02, 2010 11:24 am ]
Post subject:  Re: Functions when file already exists

No problems, thank you for the update.

Author:  marks [ Sat Dec 04, 2010 3:03 pm ]
Post subject:  Re: Functions when file already exists

file already exists does require much code. Something like this would do. I know SciLor will know this but this is for any one who is trying to do this with the API file.

Imports System.IO
Dim Link
Dim Downloadfile As New FileInfo(Link)
If Downloadfile.Exists() Then
' GoTo nextfile
Else
'Start download process
End If

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/