In Databricks' Scala language, the command dbutils.fs.ls lists the content of a directory. However, I'm working on a notebook in Azure Synapse and it doesn't have dbutils package. What is a Spark command corresponding to dbutils.fs.ls?
%%scala
dbutils.fs.ls("abfss://[email protected]/outputs/wrangleddata")
%%spark
// list the content of a directory. ????