package java.nio.file
extends Watchable, Iterable<Path>, Comparable<Path>
Available on java
compareTo(param1:Dynamic):Int
compareTo(param1:Path):Int
endsWith(param1:String):Bool
endsWith(param1:Path):Bool
forEach(param1:Consumer<Dynamic>):Void
getFileName():Path
getFileSystem():FileSystem
getName(param1:Int):Path
getNameCount():Int
getParent():Path
getRoot():Path
isAbsolute():Bool
iterator():Iterator<Path>
normalize():Path
register(param1:WatchService, param2:NativeArray<WatchEvent_Kind<Dynamic>>):WatchKey
register(param1:WatchService, param2:NativeArray<WatchEvent_Kind<Dynamic>>, param3:NativeArray<WatchEvent_Modifier>):WatchKey
relativize(param1:Path):Path
resolve(param1:String):Path
resolve(param1:Path):Path
resolveSibling(param1:String):Path
resolveSibling(param1:Path):Path
spliterator():Spliterator<Path>
startsWith(param1:String):Bool
startsWith(param1:Path):Bool
subpath(param1:Int, param2:Int):Path
toAbsolutePath():Path
toFile():File
toRealPath(param1:NativeArray<LinkOption>):Path
toUri():URI
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/nio/file/Path.html