Accessing Network Paths

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

There have been some issues lately when accessing network paths on Windows (see ticket:696). Euphoria 4.0.3 can access these sorts of paths, referred to as Uniform Naming Convention (UNC).

The format of a UNC path:
server\share-name\etc

Also, note that you can use backtick quotes to avoid having to escape the backslashes:

 
    `\\server\share-name\rest\of\path` 
 
    "\\\\server\\share-name\\rest\\of\\path" 

Matt

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

Search



Quick Links

User menu

Not signed in.

Misc Menu