Invoking Meta Bind's context.file.path property from Data View JS

Resolved!

This dataviewjs code works! Meta Bind and Data View peacefully coexisting!

const CurrentFile = dv.current();
const bindTheProperty = metaBindApi.parseBindTarget('MyProperty', CurrentFile.file.path);