ericoporto / agstoolbox

🧰Utility Adventure Game Studio software to help manage, install, and uninstall different AGS Editor versions.

Home Page:https://www.adventuregamestudio.co.uk/forums/index.php?topic=59938.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add modified time in game projects

ericoporto opened this issue · comments

We could use os. path. getmtime("game.agf") to register this information. This would allow to order the projects by modification date. :)

game projects have modified time added, but I need something like s-ago (https://www.npmjs.com/package/s-ago), but in python, to present it in the interface. I will do this later.