0

I would like to add the date the file was created and the date the file was last updated on my java project on IntelliJ. I was able to add the last modification date via $file.lastModified.

Does anyone know how to add the date on which the file was created?

Thank you

1 Answers1

2

It's not possible at the moment, please vote for this feature request.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904