Archive of UserLand's first discussion group, started October 5, 1998.
Bug(?) in mainResponder.respond
Author: Tommy Sundström Posted: 2/16/1999; 3:09:20 PM Topic: Bug(?) in mainResponder.respond Msg #: 2932 Prev/Next: 2931 / 2933
In folderDive I found a "noFolderError()" - without the argument. I supose it should be "noFolderError(f)"Tommy
on folderDive (f, name) { local (pc = file.getpathchar ()); if not file.exists (f) { //allow URLs to reference odbs without including ".root" local (name = file.filefrompath (f) - pc); //for error message f = f + ".root"; if not file.exists (f) { noFolderError ()}};
There are responses to this message:
- Re: Bug(?) in mainResponder.respond, Dave Winer, 2/16/1999; 3:10:45 PM
This page was archived on 6/13/2001; 4:47:55 PM.
© Copyright 1998-2001 UserLand Software, Inc.