ID:1480723
 
(See the best response by Magnum2k.)
Is there a built-in method, in BYOND, to be able to read the last-modified date of a file? There doesn't appear to be any documentation on potential members of file objects, and no proc to get the last-modified date that I can see.
Best response
There isn't, as far as I'm aware of. You'll probably have to write an external script or feature request a /file object or something.
Between asking and when you answered, I figured out how to call .NET (C#/VB.NET/etc) DLLs from BYOND and used that to get all sorts of info.

This should be a fun writeup when it's done.