MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
138 stars 64 forks source link

os::path::absPath doesn't seem to work properly #129

Open foolishflyfox opened 5 years ago

foolishflyfox commented 5 years ago

Hi, guys, when I execute os::path::absPath("./a/b", fullpath), the return value is 0 and fullpath is empty. So if I want to create directories ./a/b with os::makedirs("./a/b"),it don't work, I think it is relative with following code: https://github.com/MengeCrowdSim/Menge/blob/3a5d13d273ba5e678b21cb51f48114314c4d4227/src/Menge/MengeCore/Runtime/os.cpp#L238

curds01 commented 5 years ago

Thanks. We'll look into this.

curds01 commented 5 years ago

By the way, what OS are you running under?

foolishflyfox commented 5 years ago

My OS is ubuntu 18.04, x86_64.