]> git.lizzy.rs Git - rust.git/commit
path: Implement windows::make_non_verbatim()
authorKevin Ballard <kevin@sb.org>
Thu, 27 Feb 2014 08:25:43 +0000 (00:25 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 28 Feb 2014 05:04:04 +0000 (21:04 -0800)
commitea0bd40d9b03542d5b9b5bb8f84fecc274a10b82
tree9536eff10ae6ea3606d9e2df76a97c2e5eb2984f
parentaf38726d8e5f9d0cdd6167d0d918bf86138833ce
path: Implement windows::make_non_verbatim()

make_non_verbatim() takes a WindowsPath and returns a new one that does
not use the \\?\ verbatim prefix, if possible.
src/libstd/path/windows.rs