mediafileinfoDAT.fetchInfo() returns incomplete data

Calling fetchInfo while passing the path to an image-file returns width and height of 1, even though the DAT is returning the complete data.

Hi @plusplusone

Can you provide us with the file you used. It looks like you’re getting a invalid MediaFileInfo as valid=0. Is the path you have specified correct?

Huck

I think I see where the issue stems from. It seems like that, for whatever reason, the path gets resolved wrongly as the slash between Path and Name is not a \\ but instead a \x0 which I suppose might be a me problem :frowning: