It doesnt notice the directory on the network! But if i manually click into network neighbor hood and go into the drive then it works fine and notices it. The drive has a password but i have it that windows automatically remembers it. Anyone know whats wrong or have any suggestions.
Dim Temp as String
On Error Resume Next
temp = Dir("\\LAB_TECHS\C\flag\ini\session1\", vbDirectory)
If Err <> 0 Then
MsgBox "Warning, Flag Screen Has Noticed Tampered Dir's(\\Lab_techs\c\flag\ini\session1\). Diagnostic Recommended."
Else
End If




Reply With Quote