Hi All
 i am struck up with a problem of accessing the file
exists on a network share.

1) How do i check whether the file exists on a network
drive which is mapped to a drive letter ? 

2)or how do i check whether a file exists on a other
computer where in i have only read only permissions.

Here is the program i have writter which doesnt works.
 any help will be appericiated.

StrOrginaldocpath =
"\\Computername\sharename\Docname.doc"

 Set fso = CreateObject("Scripting.FileSystemObject")
  fileExists = fso.FileExists(strOrginaldocpath)

Here it is always returning false even though the file
exists at the path.

Can some one guide me.

Thanks for your co-operation.
from
madhu
 

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to