фабрика Path::Path

Создает новый путь на основе строки

Синтаксис

new
Path
(String source)

Передаваемые параметры

String source

Описание

Creates a Path from the String [source]. [source] is used as-is, so if the string does not consist of segments separated by forward slashes, the behavior may not be as expected. Paths are immutable.

Официальная документация (английский)