Liking cljdoc? Tell your friends :D

user.java.io.alpha


*no-follow*clj


copy!clj

(copy! src dst)
(copy! src dst attrs)
(copy! src dst {:keys [time mode]} flags)


default-uri-utils-interface-implclj


default-url-utils-interface-implclj


directory?clj

(directory? x)

dirwalkclj

(dirwalk dirpath pattern)

return lazy sequence

return lazy sequence
raw docstring

dirwalk-1clj

(dirwalk-1 dirpath pattern)

return lazy sequence

return lazy sequence
raw docstring

exists?clj

(exists? x)

file-basenameclj

(file-basename file)

file-ext-formscljdeprecated

(file-ext-forms paths)
(file-ext-forms coll paths)

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)

IPathcljprotocol

pathclj

(path x)

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

resource-ext-formscljdeprecated

(resource-ext-forms paths)
(resource-ext-forms coll paths)

same-directory?clj

(same-directory? path1 path2)

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)

to-urlclj

(to-url x)

write!clj

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

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

× close