klyn.io.Path.Path
constructor
public Path(filename as String):
DescriptionCreates a raw path object from a path string, even if the path does not exist.
Use `Path.get(...)` when the path must exist and you want a concrete type
(`FilePath` or `FolderPath`).