pxb.java.nio.file.FileSystem Maven / Gradle / Ivy
The newest version!
package pxb.java.nio.file;
import java.io.Closeable;
public abstract class FileSystem implements Closeable {
public abstract Path getPath(String first, String... more);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy