Re: [INTERNALS-WIN] RE: svn: /php/php-src/ branches/PHP_5_3/ext/standard/link_win32.c trunk/ext/standard/link_win32.c
[email protected] ("Christian Wenz")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Hi Pierre, > It is actually both \??\ and \\?\. > > \??\ tells the underlying the API to do not parse the path before > passing it to the IO functions. > \\?\ is for volume names. aah, I only knew the latter syntax. Thanks! --Christian