Hi,
I have a query that creates DB

db:create("database", "db.xml")

I have put the db.xml in the bin dir.

This works for unix/Linux, but on windows I need to specifically give bin dir lke

db:create("database", "bin/db.xml")
Otherwise it does not work.

I do not want to hard code path in the script. Is there a general way to specify the path,
Thanks,
Regards
Martin Lourduswamy