[Mono-bugs] [Bug 607502] File.* functions not handling network drivesp roperly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 20 11:22:22 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=607502
http://bugzilla.novell.com/show_bug.cgi?id=607502#c1
Jonathan Pryor <jpryor at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
CC| |jpryor at novell.com
Resolution| |INVALID
--- Comment #1 from Jonathan Pryor <jpryor at novell.com> 2010-05-20 15:22:21 UTC ---
This is by design. Attempting to write to a remote host like that requires a
correct UNC path (Universal Naming Convention), and a UNC path starts with
"\\". "//" is not a valid UNC path prefix, and will not be interpreted as one.
See also: http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list