| |
r.jobyjoseph
Posts: 6
Score: 0
Joined: 5/13/2008
Status: offline
|
Dear all, I have a folder "c:\test\1001 abacus gmbh" I want to test whether this folder exist or not. I also have a folder "c:\test\1001 abacus gmbh." the difference is that a "dot" at end of folder name. if i checked fso.FolderExist("c:\test\1001 abacus gmbh") it shows true because such a folder exist. but if i checked fso.FolderExist("c:\test\1001 abacus gmbh.") it also shows true although it does not exist. how to check this situation. i want to display error messages in my logfile if such characters occur in my folder name . but i can't do that. thanks in advance
|
|