1,079
edits
m |
(→Misc) |
||
Line 141: | Line 141: | ||
* a not yet existing but valid path to a file/dir (which is neither readable nor writable, I guess). | * a not yet existing but valid path to a file/dir (which is neither readable nor writable, I guess). | ||
Well, that's not really a brilliant observation ; I just wanted to make sure this will be considered in the design process [[User:Fingolfin|Fingolfin]] 00:22, 24 March 2007 (CET) | Well, that's not really a brilliant observation ; I just wanted to make sure this will be considered in the design process [[User:Fingolfin|Fingolfin]] 00:22, 24 March 2007 (CET) | ||
Another thing: look at <code>engines/scumm/plugin.cpp</code> and the <code>searchFSNode()</code> function in there. It can be used to look for a given file(name) within a directory (ignoring case). It's a bit like getChild() only that it ignores the file name case, and is only used to check for the presence of a given file. This is a commonly used function, I think. Might be worse taking this into consideration for the FS API redesign [[User:Fingolfin|Fingolfin]] 21:41, 3 April 2007 (CEST) |
edits