B
Bob
The following code finds all types of files except zip
files. Does anyone know why and whether there is a fix of
some sort?
With Application.FileSearch
.FileName = "Example.zip"
.LookIn = sExportDirectory
if .Execute() >0 then
ynFoundFile = True
End If
End With
I am using AccessXP with WindowsXP with latest service
updates applied. It used to work with Access97 / Win98 and
I am upgrading the application.
Thanks
files. Does anyone know why and whether there is a fix of
some sort?
With Application.FileSearch
.FileName = "Example.zip"
.LookIn = sExportDirectory
if .Execute() >0 then
ynFoundFile = True
End If
End With
I am using AccessXP with WindowsXP with latest service
updates applied. It used to work with Access97 / Win98 and
I am upgrading the application.
Thanks