[Scummvm-devel] File handling revamp

Johannes Schickel lordhoto at gmail.com
Tue Jul 29 18:17:17 CEST 2008


> > (Known since ages too).
> 
> Never saw a report about that.... But that belongs on the "communication"
> thread ;)

Quoted from "Re: [Scummvm-devel] RANT" Date: 2006-07-24 08:03:

> // file in path
> FilesystemNode("dead.vrm") creates an invalid node
> FilesystemNode("DEAD.VRM") creates an invalid node
> FilesystemNode(ConfMan.get("path") + "dead.vrm") creates a valid node
> FilesystemNode(ConfMan.get("path") + "DEAD.VRM") creates an invalid node
> Common::File::exists("dead.vrm"): true
> Common::File::exists("DEAD.VRM"): true

The discussion back when was about FSNode too. So it *is* kown and *is* in our -devel mailing archives. Of course that's 2 years old now, but still nothing has changed.

// Johannes




More information about the Scummvm-devel mailing list