[AccessD] A2203: Determine if a folder exists

Darren DICK d.dick at uws.edu.au
Mon Mar 21 20:59:45 CST 2005


Hi Doris
<sigh> it's so simple when you see it

Many thanks

Darren
 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Mike & Doris Manning
Sent: Tuesday, 22 March 2005 1:14 PM
To: 'Access Developers discussion and problem solving'
Subject: RE: [AccessD] A2203: Determine if a folder exists

If Len(Dir(me.PathToDownloadTo)) > 0 Then
	MsgBox "Folder Doesn't Exist"
Else
	MsgBox "Folder exists"
End If

Doris Manning
Database Administrator
Hargrove Inc.
www.hargroveinc.com


-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Darren DICK
Sent: Monday, March 21, 2005 9:01 PM
To: 'Access Developers discussion and problem solving'
Subject: [AccessD] A2203: Determine if a folder exists


Hello all
This should be simple but it's causing me pain I have a folder (It does exist) C:\SomeFolder\SomeSubFolder\TheDestination

If I type the following code and 'run' it

If IsNull(Dir(Me.PathToDownloadTo)) Or Dir(Me.PathToDownloadTo) = "" Then
        MsgBox "Folder Doesn't Exist"
    Else
        MsgBox "Folder exists"
    End If

It still tells me the folder doesn't exist even though it does

What is a 'proper' way to tell if a folder exists

Many thanks in advance

Darren


--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list