I'm about to pull my hair out with this problem. I am trying to compare directories to make sure the are the same using the strComp.
If (strComp(strTogether, dbfile1, vbTextCompare) = 0) then
result:
no match on C:\DB2\NODE0000\SQL00010 C:\DB2\NODE0000\SQL00010
Ideas????
Thanks in advance.
If (strComp(strTogether, dbfile1, vbTextCompare) = 0) then
result:
no match on C:\DB2\NODE0000\SQL00010 C:\DB2\NODE0000\SQL00010
Ideas????
Thanks in advance.