; GENERATED BY CHICKEN 5.3.1 FROM directory-utils.checks.scm (directory-utils.checks#check-directory (#(procedure) directory-utils.checks#check-directory (* * #!optional *) string)) (directory-utils.checks#check-dirname (#(procedure) directory-utils.checks#check-dirname (* * #!optional *) string)) (directory-utils.checks#check-filename (#(procedure) directory-utils.checks#check-filename (* * #!optional *) string)) (directory-utils.checks#check-pathname (#(procedure) directory-utils.checks#check-pathname (* * #!optional *) string)) (directory-utils.checks#dirname? (#(procedure #:pure) directory-utils.checks#dirname? (*) boolean)) (directory-utils.checks#error-directory (#(procedure) directory-utils.checks#error-directory (* * #!optional *) undefined)) (directory-utils.checks#error-dirname (#(procedure) directory-utils.checks#error-dirname (* * #!optional *) undefined)) (directory-utils.checks#error-filename (#(procedure) directory-utils.checks#error-filename (* * #!optional *) undefined)) (directory-utils.checks#error-pathname (#(procedure) directory-utils.checks#error-pathname (* * #!optional *) undefined)) (directory-utils.checks#filename? (#(procedure #:pure) directory-utils.checks#filename? (*) boolean)) (directory-utils.checks#pathname? (#(procedure #:pure) directory-utils.checks#pathname? (*) boolean)) ; END OF FILE ; GENERATED BY CHICKEN 5.3.1 FROM directory-utils.dotted.scm (directory-utils.dotted#dot-dirname? (#(procedure #:pure) directory-utils.dotted#dot-dirname? (* #!optional (list-of string)) boolean)) (directory-utils.dotted#dot-filename-prefix? (#(procedure #:pure) directory-utils.dotted#dot-filename-prefix? (string #!optional (list-of string)) boolean)) (directory-utils.dotted#dot-filename? (#(procedure #:pure) directory-utils.dotted#dot-filename? (* #!optional (list-of string)) boolean)) (directory-utils.dotted#dot-pathname? (#(procedure #:pure) directory-utils.dotted#dot-pathname? (* #!optional (list-of string)) boolean)) (directory-utils.dotted#remove-dotfiles (#(procedure #:pure) directory-utils.dotted#remove-dotfiles ((list-of string)) (list-of string))) ; END OF FILE ; GENERATED BY CHICKEN 5.3.1 FROM directory-utils.operations.scm (directory-utils.operations#create-pathname-directory (#(procedure) directory-utils.operations#create-pathname-directory (string) boolean)) (directory-utils.operations#directory-fold (#(procedure) directory-utils.operations#directory-fold ((procedure (string *) *) * string #!rest *) *)) (directory-utils.operations#file-exists-in-directory? (#(procedure) directory-utils.operations#file-exists-in-directory? (string #!optional string) (or false string))) (directory-utils.operations#find-command-pathnames (#(procedure) directory-utils.operations#find-command-pathnames ((or string (list-of string)) #!optional string) (or false (list-of string)))) (directory-utils.operations#find-file-pathnames (#(procedure) directory-utils.operations#find-file-pathnames ((or string (list-of string)) #!rest (list-of string)) (or false (list-of string)))) (directory-utils.operations#find-program-pathnames (#(procedure) directory-utils.operations#find-program-pathnames ((or string (list-of string)) #!rest (list-of string)) (or false (list-of string)))) (directory-utils.operations#make-program-filename (#(procedure #:pure) directory-utils.operations#make-program-filename (string) string)) (directory-utils.operations#make-shell-filename (#(procedure) directory-utils.operations#make-shell-filename (string) string)) (directory-utils.operations#which-command-pathname (#(procedure) directory-utils.operations#which-command-pathname (string #!optional string) (or false string))) (directory-utils.operations#which-command-pathnames (deprecated find-command-pathnames)) ; END OF FILE ; GENERATED BY CHICKEN 5.3.1 FROM directory-utils.stack.scm (directory-utils.stack#directory-utility-stack (#(procedure) directory-utils.stack#directory-utility-stack (#!optional (struct stack)) (struct stack))) (directory-utils.stack#pop-directory (#(procedure) directory-utils.stack#pop-directory (#!optional (struct stack)) undefined)) (directory-utils.stack#pop-toplevel-directory (#(procedure) directory-utils.stack#pop-toplevel-directory (#!optional (struct stack)) undefined)) (directory-utils.stack#push-directory (#(procedure) directory-utils.stack#push-directory ((or false string) #!optional (struct stack)) undefined)) ; END OF FILE