package java.nio.file
extends Comparable
Available on java compareTo (param1:Path):Int endsWith (param1:String):Bool endsWith (param1:Path):Bool 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 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–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/nio/file/Path.html