All Downloads are FREE. Search and download functionalities are using the official Maven repository.

j6.Files Maven / Gradle / Ivy

There is a newer version: 1.0.38
Show newest version
package j6;

import pxb.java.nio.file.spi.FileSystemProvider;

import java.io.File;

public class Files {
    public static Object toPath(File file) throws Throwable {
        return new FileSystemProvider.DefPath(file);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy