info.rkt
#lang setup/infotab
(define name "File-Utils")
(define blurb
  '("Some utility functions for dealing with files such as extracting and changing names, obtaining unique file names, etc. "))
(define release-notes '("The API has changed extensively and the library is not downward compatible to version 1.0."
                        " All functions with 'folder' in their name have been changed to use 'directory' instead and some of them"
                        "have changed their semantics as well. Please consult the manual for more information."))
(define repositories '("4.x"))
(define can-be-loaded-with 'none)
(define primary-file '("file-utils.rkt"))
(define version "1.1")
(define scribblings '(("manual.scrbl" ())))
(define categories '(io))