Public Vars
- absolute? (clj)
- absolutize (clj)
- canonicalize (clj)
- components (clj)
- copy (clj)
- copy-tree (clj)
- create-dir (clj)
- create-dirs (clj)
- create-file (clj)
- create-link (clj)
- create-sym-link (clj)
- create-temp-dir (clj)
- create-temp-file (clj)
- creation-time (clj)
- cwd (clj)
- delete (clj)
- delete-if-exists (clj)
- delete-on-exit (clj)
- delete-tree (clj)
- directory? (clj)
- ends-with? (clj)
- exec-paths (clj)
- executable? (clj)
- exists? (clj)
- expand-home (clj)
- extension (clj)
- file (clj)
- file-name (clj)
- file-separator (clj)
- file-time->instant (clj)
- file-time->millis (clj)
- get-attribute (clj)
- glob (clj)
- gunzip (clj)
- gzip (clj)
- hidden? (clj)
- home (clj)
- instant->file-time (clj)
- last-modified-time (clj)
- list-dir (clj)
- list-dirs (clj)
- match (clj)
- millis->file-time (clj)
- modified-since (clj)
- move (clj)
- normalize (clj)
- owner (clj)
- parent (clj)
- path (clj)
- path-separator (clj)
- posix->str (clj)
- posix-file-permissions (clj)
- read-all-bytes (clj)
- read-all-lines (clj)
- read-attributes (clj)
- read-attributes* (clj)
- read-link (clj)
- readable? (clj)
- real-path (clj)
- regular-file? (clj)
- relative? (clj)
- relativize (clj)
- same-file? (clj)
- set-attribute (clj)
- set-creation-time (clj)
- set-last-modified-time (clj)
- set-posix-file-permissions (clj)
- size (clj)
- split-ext (clj)
- split-paths (clj)
- starts-with? (clj)
- str->posix (clj)
- strip-ext (clj)
- sym-link? (clj)
- temp-dir (clj)
- unixify (clj)
- unzip (clj)
- update-file (clj)
- walk-file-tree (clj)
- which (clj)
- which-all (clj)
- windows? (clj)
- with-temp-dir (clj)
- writable? (clj)
- write-bytes (clj)
- write-lines (clj)
- xdg-cache-home (clj)
- xdg-config-home (clj)
- xdg-data-home (clj)
- xdg-state-home (clj)
- zip (clj)
Back
canonicalize (clj)
(source)function
(canonicalize f)
(canonicalize f {:keys [:nofollow-links]})
Returns the canonical path via
java.io.File#getCanonicalPath. If `:nofollow-links` is set, then it
will fall back on `absolutize` + `normalize.` This function can be used
as an alternative to `real-path` which requires files to exist.