Liking cljdoc? Tell your friends :D

missinterpret.storage.utils.file


created-onclj

(created-on file)

Returns the creation date of the file as an instant

Returns the creation date of the file as an instant
raw docstring

cwd-pathclj

(cwd-path)

dir-exists?clj

(dir-exists? d)

exists?clj

(exists? file)

extclj

(ext file)

file->uriclj

(file->uri file)

file-uri?clj

(file-uri? file-uri)

filenameclj

(filename file)

mkdirclj

(mkdir path)

rmdirclj

(rmdir path)

sizeclj

(size file)

subdirclj

(subdir parent subname)

Returns a File of a subdirectory validating it is a directory type and exists. Throws an anomly otherwise.

Returns a File of a subdirectory validating it is a directory type and exists.
Throws an anomly otherwise.
raw docstring

uri->fileclj

(uri->file file-uri)

Converts the file uri into an io/file. If it does not exist or the uri is not a file uri an anomly is thrown.

Converts the file uri into an io/file. If it does not exist or the uri is not
a file uri an anomly is thrown.
raw docstring

uri-exists?clj

(uri-exists? file-uri)

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

× close