Re: Other way then If FileExists over network
From: Maarten Wiltink (maarten_at_kittensandcats.net)
Date: 12/15/03
- Next message: Dr John Stockton: "Re: Newbie Question re: Text Files"
- Previous message: Maarten Wiltink: "Re: Question re tObject and lists"
- In reply to: Willem van Isselmuden: "Other way then If FileExists over network"
- Next in thread: Willem van Isselmuden: "Re: Other way then If FileExists over network"
- Reply: Willem van Isselmuden: "Re: Other way then If FileExists over network"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 15 Dec 2003 22:16:02 +0100
"Willem van Isselmuden" <isselmuden@home.nl> wrote in message
news:brknbn$r12$1@news2.tilbu1.nb.home.nl...
[...]
> if FileExists('\\Cc43778-b\MUZIEK (E)\Movie Database\Movie Database.mdb')
[...]
> Is there a better way instead of the If FileExists way?
> Because it takes a long time before he finds out the file doesn't
> exists if the other computer is turned off.
Turning file servers off is commonly recognised as a bad idea.
In a domain, the domain controller acts as browse master. In the absence
of a domain controller, a random other host may or may not be elected
browse master. If not, you're stuck to resolution by broadcast, and to
conclude that a given host is _not_ responding you will necessarily have
to wait the full timeout interval.
Groetjes,
Maarten Wiltink
- Next message: Dr John Stockton: "Re: Newbie Question re: Text Files"
- Previous message: Maarten Wiltink: "Re: Question re tObject and lists"
- In reply to: Willem van Isselmuden: "Other way then If FileExists over network"
- Next in thread: Willem van Isselmuden: "Re: Other way then If FileExists over network"
- Reply: Willem van Isselmuden: "Re: Other way then If FileExists over network"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|