staticcopy(param1:Path, param2:Path, param3:Rest<CopyOption>):Path
staticcopy(param1:Path, param2:OutputStream):Int64
staticcopy(param1:InputStream, param2:Path, param3:Rest<CopyOption>):Int64
staticcreateTempDirectory(param1:Path, param2:String, param3:Rest<FileAttribute<Dynamic>>):Path
staticcreateTempDirectory(param1:String, param2:Rest<FileAttribute<Dynamic>>):Path
staticcreateTempFile(param1:Path, param2:String, param3:String, param4:Rest<FileAttribute<Dynamic>>):Path
staticcreateTempFile(param1:String, param2:String, param3:Rest<FileAttribute<Dynamic>>):Path
staticfind(param1:Path, param2:Int, param3:BiPredicate<Path, BasicFileAttributes>, param4:Rest<FileVisitOption>):Stream<Path>
staticnewBufferedReader(param1:Path, param2:Charset):BufferedReader
staticnewBufferedReader(param1:Path):BufferedReader
staticnewBufferedWriter(param1:Path, param2:Charset, param3:Rest<OpenOption>):BufferedWriter
staticnewBufferedWriter(param1:Path, param2:Rest<OpenOption>):BufferedWriter
staticnewByteChannel(param1:Path, param2:Set<OpenOption>, param3:Rest<FileAttribute<Dynamic>>):SeekableByteChannel
staticnewByteChannel(param1:Path, param2:Rest<OpenOption>):SeekableByteChannel
staticnewDirectoryStream(param1:Path):DirectoryStream<Path>
staticnewDirectoryStream(param1:Path, param2:DirectoryStream_Filter<Dynamic>):DirectoryStream<Path>
staticnewDirectoryStream(param1:Path, param2:String):DirectoryStream<Path>
staticreadAllLines(param1:Path, param2:Charset):List<String>
staticreadAllLines(param1:Path):List<String>
staticreadAttributes<A>(param1:Path, param2:Class<A>, param3:Rest<LinkOption>):A
staticreadAttributes(param1:Path, param2:String, param3:Rest<LinkOption>):Map<String, Dynamic>
staticwalk(param1:Path, param2:Int, param3:Rest<FileVisitOption>):Stream<Path>
staticwalk(param1:Path, param2:Rest<FileVisitOption>):Stream<Path>
staticwalkFileTree(param1:Path, param2:Set<FileVisitOption>, param3:Int, param4:FileVisitor<Dynamic>):Path
staticwalkFileTree(param1:Path, param2:FileVisitor<Dynamic>):Path
staticwrite(param1:Path, param2:NativeArray<Int8>, param3:Rest<OpenOption>):Path
staticwrite(param1:Path, param2:Iterable<CharSequence>, param3:Rest<OpenOption>):Path
staticwrite(param1:Path, param2:Iterable<CharSequence>, param3:Charset, param4:Rest<OpenOption>):Path