Normal
My check is very rough.... (but this runs as a backround user at 5am...)I have added a check to Directory.Exists(SharePath)then I attempt five times to connect, sleeeping in between (although this is currently sleeping the GUI thread so not good code). If after five attempts the directory has not been found then I take it out of m_sharesWell at least that is my current plan....
My check is very rough.... (but this runs as a backround user at 5am...)
I have added a check to Directory.Exists(SharePath)
then I attempt five times to connect, sleeeping in between (although this is currently sleeping the GUI thread so not good code). If after five attempts the directory has not been found then I take it out of m_shares
Well at least that is my current plan....