Click here to Skip to main content
16,005,141 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionloading files to server Pin
jishbalan21-Nov-08 0:31
jishbalan21-Nov-08 0:31 
AnswerRe: loading files to server Pin
Ashfield21-Nov-08 1:14
Ashfield21-Nov-08 1:14 
AnswerOpen text file as exclusive Pin
David Mujica21-Nov-08 3:22
David Mujica21-Nov-08 3:22 
AnswerRe: loading files to server Pin
Mycroft Holmes21-Nov-08 14:01
professionalMycroft Holmes21-Nov-08 14:01 
GeneralRe: loading files to server Pin
jishbalan22-Nov-08 3:27
jishbalan22-Nov-08 3:27 
GeneralRe: loading files to server Pin
Mycroft Holmes22-Nov-08 14:51
professionalMycroft Holmes22-Nov-08 14:51 
GeneralRe: loading files to server Pin
jishbalan22-Nov-08 16:07
jishbalan22-Nov-08 16:07 
GeneralRe: loading files to server Pin
Mycroft Holmes22-Nov-08 16:30
professionalMycroft Holmes22-Nov-08 16:30 
You need a table/list of filenames with a datetime field.
Start loop (foreach file in directory)
check if the file is in the list
add the file to the list with the time (first pass)
if the file is there has enough time passed (check time flag in list for this file)
if time passed > Setting then process
end loop

A potentially locked file has been in the folder less than #n seconds/minutes. You really don't care if it is actually locked, just make sure the time to wait is > than any possible locking period.








Never underestimate the power of human stupidity
RAH

QuestionVB6 listbox Pin
tatchung20-Nov-08 20:51
tatchung20-Nov-08 20:51 
AnswerRe: VB6 listbox Pin
Dave Kreskowiak21-Nov-08 4:50
mveDave Kreskowiak21-Nov-08 4:50 
GeneralRe: VB6 listbox Pin
tatchung21-Nov-08 21:52
tatchung21-Nov-08 21:52 
AnswerRe: VB6 listbox Pin
Nanda_MR21-Nov-08 17:35
Nanda_MR21-Nov-08 17:35 
QuestionLoad a word Dictionary Pin
scothykonma20-Nov-08 19:22
scothykonma20-Nov-08 19:22 
AnswerRe: Load a word Dictionary Pin
Christian Graus20-Nov-08 21:38
protectorChristian Graus20-Nov-08 21:38 
QuestionSee password characters Pin
Gagan.2020-Nov-08 16:29
Gagan.2020-Nov-08 16:29 
AnswerRe: See password characters Pin
~Khatri Mitesh~20-Nov-08 18:30
~Khatri Mitesh~20-Nov-08 18:30 
GeneralRe: See password characters Pin
Gagan.2020-Nov-08 22:33
Gagan.2020-Nov-08 22:33 
QuestionSynchronizing dataadapters and bindingsource Pin
larry11820-Nov-08 10:32
larry11820-Nov-08 10:32 
AnswerRe: Synchronizing dataadapters and bindingsource Pin
Dave Kreskowiak24-Nov-08 2:09
mveDave Kreskowiak24-Nov-08 2:09 
QuestionHelp In Converting code from Vb6 To Vb.net Pin
sarfarazaliqureshi20-Nov-08 9:21
sarfarazaliqureshi20-Nov-08 9:21 
AnswerRe: Help In Converting code from Vb6 To Vb.net Pin
Christian Graus20-Nov-08 9:44
protectorChristian Graus20-Nov-08 9:44 
AnswerRe: Help In Converting code from Vb6 To Vb.net Pin
Wendelius20-Nov-08 10:03
mentorWendelius20-Nov-08 10:03 
AnswerRe: Help In Converting code from Vb6 To Vb.net Pin
Dave Kreskowiak20-Nov-08 15:01
mveDave Kreskowiak20-Nov-08 15:01 
QuestionShutdown System Pin
Gagan.2020-Nov-08 4:09
Gagan.2020-Nov-08 4:09 
AnswerRe: Shutdown System Pin
Tom Deketelaere20-Nov-08 4:18
professionalTom Deketelaere20-Nov-08 4:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.