Re: What should DIR("") return?
- From: ApexData@xxxxxxxxx
- Date: 19 Mar 2007 07:58:19 -0700
I believe I understand what was happening now.
I could work around it, but it became futher complicated by the use of
UNC paths, in that errors would arise when checking for the BackEnd
data. I am now using the following code which resolved the matter,
and have further included a less responsive error handler.
If GetAttr(strFileName) And vbDirectory Then
'it's a directory or does not exist
FileExists = False
Else
FileExists = True
End If
On Error GoTo 0
ThankYou
Greg
.
- References:
- What should DIR("") return?
- From: ApexData
- Re: What should DIR("") return?
- From: ApexData
- Re: What should DIR("") return?
- From: david
- What should DIR("") return?
- Prev by Date: Re: What should DIR("") return?
- Next by Date: RE: importing a worksheet (excel)
- Previous by thread: Re: What should DIR("") return?
- Next by thread: exporting blobs from access to xml
- Index(es):
Relevant Pages
|