This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
ikarus
Watch
4
Star
0
Fork
You've already forked ikarus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5e5cbfe18b
ikarus
/
scheme
/
last-revision
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
- Added make-directory* (like make-directory, but builds the whole directory structure recursively) - Added split-file-name (takes a string, returns two values: the substring before the final "/" and the string after it). - Fixed a minor bug in file-directory?, file-exists?, etc. that were failing on OS X if part of the path given was not a directory. E.g., if /tmp/foo is a regular file, (file-directory? "/tmp/foo/bar") was raising an exception instead of returning #f.
2009-05-25 18:14:11 -04:00
1791