|
-
Jun 11th, 2010, 05:32 AM
#1
Thread Starter
Junior Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|