when a file is
/foldername -- filename
it should return
and I ask for path.ChildPath(filename)
it's supposed to give me /foldername/filename
but instead gives me
/filename/filename.
posting this on the dropbox forum as well, this is just a heads up.
btw feed new DBPath("foldername/filename") NOT "/foldername/filename" (my temp fix till childpath works)