@JavaDispatcher.Proxied(value="java.io.File") protected static interface FileSystem.ForNio2CapableVm.Dispatcher
File
to a java.nio.file.Path
.Modifier and Type | Method and Description |
---|---|
Object |
toPath(File value)
Resolves a
File to a java.nio.file.Path . |
Object toPath(File value) throws IOException
File
to a java.nio.file.Path
.value
- The file to convert.java.nio.file.Path
.IOException
- If an I/O exception occurs.Copyright © 2014–2024. All rights reserved.