Function: f-writable-p

f-writable-p is a for file-writable-p, defined in fileio.c.

Signature

(f-writable-p FILENAME)

Documentation

Return t if file FILENAME can be written or created by you.

Other relevant functions are documented in the f group.

Shortdoc

;; f
(f-writable-p "path/to/file.txt")
    -> [it depends]
  (f-writable-p "path/to/dir")
    -> [it depends]

Aliases

f-writable? f-writable-p