Posts by Cláudio Zana • 11 points
1 post
-
0
votes1
answer2054
viewsQ: Find directory using wildcards
How to locate a folder as a file? For example, the code to locate the file TESTE.TXT is: b = dir("c:\minhapasta\t*.*xt") msgbox b But for folders the asterisk does not work. Which alternative we…