Export the new file-info-blabla? procedures
This commit is contained in:
parent
3cfb21edc1
commit
1efc0c03ba
|
@ -275,6 +275,13 @@
|
|||
file-regular?
|
||||
file-socket?
|
||||
file-special?
|
||||
file-info-directory?
|
||||
file-info-fifo?
|
||||
file-info-regular?
|
||||
file-info-socket?
|
||||
file-info-special?
|
||||
file-info-symlink?
|
||||
|
||||
file-not-readable?
|
||||
file-not-writable?
|
||||
file-not-writeable? ; Deprecated
|
||||
|
@ -283,6 +290,13 @@
|
|||
file-writeable?
|
||||
file-writable? ; Deprecated
|
||||
file-executable?
|
||||
file-info-not-readable?
|
||||
file-info-not-writable?
|
||||
file-info-not-executable?
|
||||
file-info-readable?
|
||||
file-info-writable?
|
||||
file-info-executable?
|
||||
|
||||
file-not-exists?
|
||||
file-exists?
|
||||
|
||||
|
|
Loading…
Reference in New Issue