To load: | (require (planet erast/fileutils:2:1/file-utils)) |
Old style: | (require (planet "file-utils.rkt" ("erast" "fileutils.plt" 2 1))) |
Package description: | Some utility functions for dealing with files such as extracting and changing names, obtaining unique file names, etc. |
Downloads this week: | 0 |
Total downloads: | 27 |
Tickets: | 0 |
Open tickets: | 0 |
Primary files: | [no interface available] |
Packages in other repositories |
These packages are not available in the 3xx repository, but they are available for other versions of Racket.
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(2 1) | 2012-10-08 | [browse] | 24 | [docs] | [none] | 2012-10-10 |
To load: (require (planet "file-utils.rkt" ("erast" "fileutils.plt" 2 (= 1)))) | ||||||
Available in repositories: 4.x | ||||||
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 themhave changed their semantics as well. Please consult the manual for more information. | ||||||
(2 0) | 1.1 | [browse] | 0 | [docs] | [none] | 2012-10-09 |
To load: (require (planet "file-utils.rkt" ("erast" "fileutils.plt" 2 (= 0)))) | ||||||
Available in repositories: 4.x | ||||||
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 themhave changed their semantics as well. Please consult the manual for more information. | ||||||
(1 0) | 1.0 | [browse] | 3 | [docs] | [none] | 2012-10-03 |
To load: (require (planet "file-utils.rkt" ("erast" "fileutils.plt" 1 (= 0)))) | ||||||
Available in repositories: 4.x | ||||||
First release, hopefully the documentation builds fine. |