j6.Files Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle Show documentation
Show all versions of gradle Show documentation
fakeradnroid gradle builder
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);
}
}