Sorry, forgot to answer some of your questions: > (wiki-db-update-symbols! db-file base-path file-path) -> boolean > > Would the absolute file pathname be (make-pathname base-path file- > path)?
Yes. > The "file" column is what? An absolute pathname, a relative pathname, > a filename w/ extension, a filename w/o extension? A pathname corresponding to the paths inside the chicken-eggs svn repository, with extension, such as "/stream-ext/trunk/stream-cons.scm". Basically, it is just the file-path passed to your function. Alejo. http://azul.freaks-unidos.net/ _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
