Liking cljdoc? Tell your friends :D

user.java.io.alpha


*no-follow*clj


->visitFileTypeclj

(->visitFileType path attrs)

Positional factory function for class user.java.io.alpha.visitFileType.

Positional factory function for class user.java.io.alpha.visitFileType.
raw docstring

copy!clj

(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]
- [src, dst] = [InputStream, Path]
- [src, dst] = [Path, OutputStream]
- [src, dst] = [Path, Path]
raw docstring


default-url-utils-interface-implclj


directory?clj

(directory? x)

dirwalkclj

(dirwalk dirpath re)

return lazy sequence

return lazy sequence
raw docstring

dirwalk-1clj

(dirwalk-1 dirpath re)

return lazy sequence

return lazy sequence
raw docstring

do-operationsclj

(do-operations dest-path operations)

executable?clj

(executable? x)

exists?clj

(exists? x)

file-basenameclj

(file-basename file)

file-extensionclj

(file-extension file)

file?clj

(file? x)

FilenameUtilscljprotocol

basenameclj

(basename this)

extensionclj

(extension this)

filenameclj

(filename this)

filepathclj

(filepath this)

parentclj

(parent this)

parent-fileclj

(parent-file this)

get-basenameclj

(get-basename filename)

get-extensionclj

(get-extension filename)

hidden?clj

(hidden? x)

interpret-copy-optsclj

(interpret-copy-opts opts)

interpret-open-optsclj

(interpret-open-opts opts)

IPathcljprotocol

as-pathclj

(as-path x)

make-file-visitorclj

(make-file-visitor visit-file)

map->visitFileTypeclj

(map->visitFileType m__7888__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.
raw docstring

mkdirclj

(mkdir dirpath)

mkparentsclj

(mkparents target)

mktempdirclj

(mktempdir prefix)
(mktempdir dir prefix)

move!clj

(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).
raw docstring

parent-path?clj

(parent-path? path1 path2)

Return true if path1 is an ancestor path of path2

Return true if `path1` is an ancestor path of `path2`
raw docstring

pathclj

(path x)

path-resolveclj

(path-resolve a b)

paths-copy-operationsclj

(paths-copy-operations paths)
(paths-copy-operations wrap-xform paths)

readable?clj

(readable? x)

same-directory?clj

(same-directory? path1 path2)

symlink?clj

(symlink? x)

transduce-file-treeclj

(transduce-file-tree xform rf path)
(transduce-file-tree xform rf init path)

transduce-file-tree-1clj

(transduce-file-tree-1 xform rf path)
(transduce-file-tree-1 xform rf *pointer path)

UriUtilscljprotocol

to-uriclj

(to-uri x)

url-basenameclj

(url-basename url)

url-extensionclj

(url-extension url)

url-filenameclj

(url-filename url)

UrlUtilscljprotocol

to-external-formclj

(to-external-form url)

writable?clj

(writable? x)

write!clj

(write! target write-fn)
(write! target write-fn flags)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close