Hello,
How to show the properties of the folders/files from DBFS ?
Currently i am using this command :
display(dbutils.fs.ls("dbfs:/"))
But it only shows :
How to show these properties ? :
- CreatedBy (Name)
- CreatedOn (Date)
- ModifiedBy (Name)
- ModifiedOn (Date)
Thanks.