danasegarane
05-17-2008, 02:10 AM
Hi All,
How can read file located at the C:\ Drive of cleint using FileSystem object
Thanks in Advance
Dana
How can read file located at the C:\ Drive of cleint using FileSystem object
Thanks in Advance
Dana
|
Click to See Complete Forum and Search --> : Reading File danasegarane 05-17-2008, 02:10 AM Hi All, How can read file located at the C:\ Drive of cleint using FileSystem object Thanks in Advance Dana yamaharuss 05-18-2008, 05:01 PM You can't use FSO to read from the client's drive. FSO can only access files on the server like so. fso.GetFile("C:\myfile.txt") webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |