Export the new file-info-blabla? procedures

This commit is contained in:
mainzelm 2002-12-15 18:03:41 +00:00
parent 3cfb21edc1
commit 1efc0c03ba
1 changed files with 14 additions and 0 deletions

View File

@ -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?