If i understand you correctly you trying to see if the Folder exit. In this case use this code:
Code:
Imports System.IO
Function IfExist() As Boolean
Dim dir As Directory
If dir.Exists(Path \ FolderName) = True Then
Return True
Else
Return False
End If
End Function
that will return system32 within the windows directory
NICE and LITE
I am curretly building a defect management system for software and web developers,
If you wana try it out (beta test) and keep it for free just send me a message