using dir to get folder names
Write your code to ignore it.
.. is the shortcut for the current directory
... is the shortcut for the parent directory
In some versions of windows, you can go up the path with more and more dots.
pjryan wrote:
I am using dir(path, vbdirectory) to return the names of folders and files,
but instead of getting the folder name, I am getting "." How can I remedy
this.
Thanks
--
Dave Peterson
|