M
Mo
Hello everybody,
I have run into an unexpected problem and would appreciate any help or
comment.
I use the dir(Filespec)-function, in conjunction with a dir()-loop, to
return the appropriate files from a given directory.
Filespec = "p001????.doc"
3 files in a given directory= p0010001.doc, p0010002.doc, p0010003A.doc
If the directory is located on a Windows-server, the routine returns the
files: p0010001.doc, p0010002.doc - which is the desired behaviour.
If the directory is located on a Windows-server, the same routine returns
the files: p0010001.doc, p0010002.doc, p0010003A.doc - which is NOT the
desired behaviour.
TIA,
Peeter
I have run into an unexpected problem and would appreciate any help or
comment.
I use the dir(Filespec)-function, in conjunction with a dir()-loop, to
return the appropriate files from a given directory.
Filespec = "p001????.doc"
3 files in a given directory= p0010001.doc, p0010002.doc, p0010003A.doc
If the directory is located on a Windows-server, the routine returns the
files: p0010001.doc, p0010002.doc - which is the desired behaviour.
If the directory is located on a Windows-server, the same routine returns
the files: p0010001.doc, p0010002.doc, p0010003A.doc - which is NOT the
desired behaviour.
TIA,
Peeter