harmmeijer
Programmer
Both in visual studio 6.0 and in access the dir("somepath", vbdirectory) does not work anymore.
It gives a bs value, see below:
? dir("c:\", vbDirectory)
FRUNLOG.TXT
Well FRUNLOG.TXT is not a directory, if I use another directory (like windows) it gives me files as well as directorys. I might as well leave the vbDirecstory out of the command.
What can I do to fix this and how can it be (it worked yesterdaty). Did I pick up something unpleasant from the net?
It gives a bs value, see below:
? dir("c:\", vbDirectory)
FRUNLOG.TXT
Well FRUNLOG.TXT is not a directory, if I use another directory (like windows) it gives me files as well as directorys. I might as well leave the vbDirecstory out of the command.
What can I do to fix this and how can it be (it worked yesterdaty). Did I pick up something unpleasant from the net?