1. Reading from Network Drive

I've got a shared folder on another computer called \\WinXP1\templates that
this PC can't seem to access. The templates folder is shared and I can
reach it via Explorer, etc... but my Euphoria program's dir() doesn't seem
to come up with a list of files therein. Can somebody tell me what I need
to do to get a file list from a shared network drive?

Thanks!!!
-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » topic index » view message » categorize

2. Re: Reading from Network Drive

I usually connected it as a shared drive, i don't know how it's called on
English, but is basically assing the shared folder a driver letter like Z:, then
access the files like open("Z:\\lala.txt","r")

On Tue, 17 Aug 2004 14:20:14 -0700
cklester <guest at RapidEuphoria.com> wrote:

> 
> 
> posted by: cklester <cklester at yahoo.com>
> 
> I've got a shared folder on another computer called \\WinXP1\templates that
> this PC can't seem to access. The templates folder is shared and I can
> reach it via Explorer, etc... but my Euphoria program's dir() doesn't seem
> to come up with a list of files therein. Can somebody tell me what I need
> to do to get a file list from a shared network drive?
> 
> Thanks!!!
> -=ck
> "Programming in a state of EUPHORIA."
> http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view message » categorize

3. Re: Reading from Network Drive

Guillermo Bonvehi wrote:
> 
> I usually connected it as a shared drive, i don't know how it's called on
> English,
> but is basically assing the shared folder a driver letter like Z:, then access
> the
> files like open("Z:\\lala.txt","r")

I think you're talking about drive mapping, and I didn't want to have to
do that if I didn't have to do that. :)

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu