I know little about networks. (just for starters!)
Here is what I know:
In My Network Places, I can find "Documents on Bill." The path that works in VBA in Access is "\\Bill\Documents\"
I can successfully check if "\\Bill\Documents\" exists.
What I need to know:
I want filesystemobject to see if Bill's computer is on and connected to the network and shared as "Bill" and if there is a folder named "\\Bill\Documents". If Bill is connected, but the folder does not exist, I want to create it. Is that possible?
How do I refer to "\\Bill" using filesystemobject?
Daniel Dillon
o (<--- brain shown at actual size.)
Here is what I know:
In My Network Places, I can find "Documents on Bill." The path that works in VBA in Access is "\\Bill\Documents\"
I can successfully check if "\\Bill\Documents\" exists.
What I need to know:
I want filesystemobject to see if Bill's computer is on and connected to the network and shared as "Bill" and if there is a folder named "\\Bill\Documents". If Bill is connected, but the folder does not exist, I want to create it. Is that possible?
How do I refer to "\\Bill" using filesystemobject?
Daniel Dillon
o (<--- brain shown at actual size.)