A
austin via AccessMonster.com
I found two techniques on this forum to verify if a file or folder exists:
Len(Dir("c:\myfolder\", lngType)) is greater than zero
Dir$("c:\myfolder\") does not return a zero length string.
Neither of these techniques will detect an empty folder. Anyone know how to
verify the existence of a folder that may be empty?
Len(Dir("c:\myfolder\", lngType)) is greater than zero
Dir$("c:\myfolder\") does not return a zero length string.
Neither of these techniques will detect an empty folder. Anyone know how to
verify the existence of a folder that may be empty?