Is there a built-in utility function, e.g., dbutils, that can convert between path strings that start with "dbfs:" and "/dbfs"?
Some operations, e.g, copying from one location in DBFS to another using dbutils.fs.cp() expect the path starting with "/dbfs", whereas others, e.g., copying from DBFS to S3 using dbutils.fs.cp() expect DBFS path strings to start with "dbfs:".
A built-in utility function to convert between these paths strings will be helpful.