From: Richard M K. <kr...@pr...> - 2008-09-03 21:06:21
|
"Faré" <fa...@gm...> writes: > At ITA, we've been happily using the attached file to allow names such > as "foo/bar/baz" to be used for component names, either modules or > files. It works great for us, and allows to portably use #\/ to denote > relative pathnames where the character was previously forbidden in > portable systems. Why aren't you calling PARSE-NAMESTRING on the string? Constructing a pathname from substrings you parse manually will yield different results on different Lisps in various cases. -- Richard |