Re: Include and sub-includes (correction)

From: Virgil Green (vjg_at_obsydian.com)
Date: 04/09/04


Date: Fri, 09 Apr 2004 03:15:58 GMT


"Virgil Green" <vjg@obsydian.com> wrote in message
news:IIjdc.13992$NY.3538@newssvr22.news.prodigy.com...
> "Yannick Turgeon" <nobody@nowhere.com> wrote in message
> news:58jdc.38585$wq4.1878551@news20.bellglobal.com...
> >
>
> Oh, and what does the actual line of code look like? Does it have a
forward
> a backward slash? Even on a Windows server, you should use the forward
slash
> in code for a separator. It translates that for you to a backslash when
> accessing the file system. the examples you provided earlier all had
> backslashes and that would be interpreted, especially in a double quoted
> string, as an escape character.

Correction on my part. The backslash will only be interpreted as an escape
instruction if an "escapable" character follows it.

 - Virgil



Relevant Pages

  • Re: Include and sub-includes (correction)
    ... Even on a Windows server, you should use the forward slash ... It translates that for you to a backslash when ...
    (comp.lang.php)
  • Re: Python doesnt see the directories I create
    ... so they used the backslash instead. ... Going back and checking the Python History page, ... That makes Python's choice of escape character way more practical ... Neil Cerutti ...
    (comp.lang.python)
  • Re: Running The Full Mailbox Access script in the DST Calendar update package...
    ... The backslash is an escape character that says that the next character is ... The error message indicates problems with the security identifier it gets ... I have a list of users on an exchange server, in legacyDN Format, like ...
    (microsoft.public.exchange.admin)
  • Re: Python doesnt see the directories I create
    ... The use of backslash as an escape character goes ... When Microsoft introduced MS-DOS 1.0 in 1981, ... Commands used the slash character to delimit options. ...
    (comp.lang.python)
  • Re: Convert to /
    ... > Why is it so hard to convert backslashes to forward slashes in java? ... If the string is actually as you show it, ... characters are already escaped so there is no backslash to replace. ... backslash is interpreted as the escape character during input. ...
    (comp.lang.java.help)