(->visitFileType path attrs)
Positional factory function for class user.java.io.alpha.visitFileType.
Positional factory function for class user.java.io.alpha.visitFileType.
(copy! src dst)
(copy! src dst attrs)
(copy! src dst {:keys [time mode]} flags)
- [src, dst] = [InputStream, Path] - [src, dst] = [Path, OutputStream] - [src, dst] = [Path, Path]
(basename this)
(extension this)
(filename this)
(filepath this)
(parent this)
(parent-file this)
(map->visitFileType m__7910__auto__)
Factory function for class user.java.io.alpha.visitFileType, taking a map of keywords to field values.
Factory function for class user.java.io.alpha.visitFileType, taking a map of keywords to field values.
(move! src dst)
(move! src dst flags)
Move or rename a file to a target file. By default, this method attempts to move the file to the target file, failing if the target file exists except if the source and target are the same file, in which case this method has no effect. If the file is a symbolic link then the symbolic link itself, not the target of the link, is moved. This method may be invoked to move an empty directory. When invoked to move a directory that is not empty then the directory is moved if it does not require moving the entries in the directory. For example, renaming a directory on the same FileStore will usually not require moving the entries in the directory. When moving a directory requires that its entries be moved then this method fails (by throwing an IOException).
Move or rename a file to a target file. By default, this method attempts to move the file to the target file, failing if the target file exists except if the source and target are the same file, in which case this method has no effect. If the file is a symbolic link then the symbolic link itself, not the target of the link, is moved. This method may be invoked to move an empty directory. When invoked to move a directory that is not empty then the directory is moved if it does not require moving the entries in the directory. For example, renaming a directory on the same FileStore will usually not require moving the entries in the directory. When moving a directory requires that its entries be moved then this method fails (by throwing an IOException).
(parent-path? path1 path2)
Return true if path1
is an ancestor path of path2
Return true if `path1` is an ancestor path of `path2`
(symlink source target)
Return target with type of Path.
Return target with type of Path.
(transduce-file-tree xform rf path)
(transduce-file-tree xform rf init path)
(transduce-file-tree-1 xform rf path)
(transduce-file-tree-1 xform rf *pointer path)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close