Hi!

It seems csInitializer::SetupConfigManager () is selectively choosing some
of my mounts and not others?

For instance

VFS.Mount.config = $^$/data$/config$/
VFS.Mount.scripts = $^$/data$/scripts$/
VFS.Mount.levels = $^$/data$/levels$/

Using this code immediately after SetupConfigManager ()

  csRef<iVFS> vfs = csQueryRegistry<iVFS> (r);
  csRef<iDataBuffer> dbuf = vfs->GetRealPath ("/levels/");
  if (!dbuf)
    puts ("null");
  puts (dbuf->GetData ());

I get these results

/config/    /path/to/app/data/config  [correct]
/scripts/   /path/to/app/scripts/
/levels/    null

Is this a reportable bug?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to