Example usage for java.nio.file FileSystem getPath

List of usage examples for java.nio.file FileSystem getPath

Introduction

In this page you can find the example usage for java.nio.file FileSystem getPath.

Prototype

public abstract Path getPath(String first, String... more);

Source Link

Document

Converts a path string, or a sequence of strings that when joined form a path string, to a Path .

Usage