From cab06b4336e5e0e201168371ad1db1b03eb8c8cd Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 6 Dec 2004 20:17:04 +0000 Subject: [PATCH] clarify comment --- panda/src/express/virtualFileSystem.cxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/panda/src/express/virtualFileSystem.cxx b/panda/src/express/virtualFileSystem.cxx index 067091c00d..f9b0be672b 100644 --- a/panda/src/express/virtualFileSystem.cxx +++ b/panda/src/express/virtualFileSystem.cxx @@ -79,7 +79,14 @@ mount(Multifile *multifile, const string &mount_point, int flags) { // A given system directory may be mounted to multiple // different mount point, and the same mount point may // share multiple system directories. In the case of -// ambiguities, the most-recently mounted system wins. +// ambiguities (that is, two different files with +// exactly the same full pathname), the most-recently +// mounted system wins. +// +// Note that a mounted VirtualFileSystem directory is +// fully case-sensitive, unlike the native Windows file +// system, so you must refer to files within the virtual +// file system with exactly the right case. //////////////////////////////////////////////////////////////////// bool VirtualFileSystem:: mount(const Filename &physical_filename, const string &mount_point,