RE: Reading from Network Drive

new topic     » goto parent     » topic index » view thread      » older message » newer message

cklester wrote:
> 
> Brian Broker wrote:
> > OtterDad wrote:
> > > could be an XP thing - i use NT and i do network dirs() literally 
> > > hundreds of times each day - make sure you quadruple backslash the 
> > > system name, i.e.  \\<name-goes-here> needs to read 
> > > a=dir("\\\\<name-goes-here>\\")
> > 
> > Must be an XP thing then because I get -1 whether I do 
> > dir("\\\\server\\share") or dir("\\\\server\\share\\")
> > 
> > but "dir \\server\share" at cmd prompt works just fine...
> 
> I'm on a Win 2000 box and can't get a dir("\\winxp1\templates") from
> a WinXP box using Euphoria. However, dir at the command prompt works 
> fine.
> 
> So what's up with that?! :)
> 

Are you asking me?  I have no idea since I can't get it to work either.  
However, in your case I'd at least try:
dir("\\\\winxp1\\templates") or dir("\\\\winxp1\\templates\\") before 
deciding it doesn't work.

-- Brian

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu