Thoughts about getting date created and other info of a directory?

Godot Version

4.2

Question

I am a somewhat surprised I cant find any methods of DirAccess class to get directory information. I’m particularly interested in date created/modified and permissions as well as owner. FileAccess has these methods.

Was wondering if anyone has thoughts doing it within gdscript or am I going to resort to shell access.

You can use the same FileAccess API to check the information of folders too. At least on Linux.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.