Mike & Doris Manning
mikedorism at adelphia.net
Mon Mar 21 20:13:57 CST 2005
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