Results 1 to 11 of 11

Thread: File Exists (On NetWork)

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517

    Talking File Exists (On NetWork)

    how do I check to see if a file exists on the other end of a network?

    The file is

    \\Eduardo\c\WINNT\customerinfo.mdb

    and this code doesnt work:

    VB Code:
    1. Function FileExists(s As String) As Boolean
    2. If Dir(s) <> "" Then
    3.     FileExists = True
    4. Else
    5.     FileExists = False
    6. End If
    7. End Function
    Last edited by Evan; Dec 7th, 2001 at 01:55 PM.

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