Function std::sys::windows::path::maybe_verbatim

source ·
pub(crate) fn maybe_verbatim(path: &Path) -> Result<Vec<u16>>
Expand description

Returns a UTF-16 encoded path capable of bypassing the legacy MAX_PATH limits.

This path may or may not have a verbatim prefix.