Results 1 to 4 of 4

Thread: [RESOLVED]Access, Check Dir Existence, Make Dir, CopyFile

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2010
    Posts
    19

    [RESOLVED]Access, Check Dir Existence, Make Dir, CopyFile

    Hello Im doing my project well with ur great help. I have a problem with checking if dir/file on Server exist. I use ODBC and my connectivy is working. I use code to check if DIR exist.

    Code:
    If Dir("\\Servername\Dirname\") <> "" Then
    
            MsgBox "It Exists!"
    
        Else
    
            MsgBox "No Go!"
    
        End If
    It works for C:\ etc. Im really confused about that. Ofc i can see Dir's on server from explorer. Any ideas?
    Last edited by vitoo; Jun 11th, 2010 at 06:14 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width