How to show the properties of the folders/files from DBFS ?

wyzer
Contributor II

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 :

  • path
  • name
  • size

How to show these properties ? :

  • CreatedBy (Name)
  • CreatedOn (Date)
  • ModifiedBy (Name)
  • ModifiedOn (Date)

Thanks.