Closed
Description
The Path::prefix
method allows you to extract a Prefix
from a path, if any -- which is relevant only on Windows, where the prefix gives e.g. volume information.
It's already possible to get this information through the components
iterator, so it's not clear whether this additional convenience is worth exposing.
cc @retep998