Just wondering, how do you check if a directory exists? i thought it was likeVB Code:
Private Sub Form_Load() If FileExists(App.Path & "\yay.dir") Then Print vbNullString Else MsgBox ("File needs to be ..") Unload Me End If End Sub
but that doesnt work.




Reply With Quote