GameMaker (2.0 - 2.2.x)
Icon

Filetime

Simsure

You must be logged in to obtain assets

Description

A small DLL that allows you to get as a string a file creation date, last writing date or last access date. The extension add 3 functions that follows the pattern of filename functions :

  • filetime_create(path)
  • filetime_access(path)
  • filetime_write(path)

where "path" is a string with the absolute path to the file. All three functions return a string with the corresponding date in the format "day/month/year hour:minutes:seconds"

ATTENTION

  • use slash "/" instead of backslash "\" inside file path string, the backslash is read as a special character in the dll
  • in case of errors the functions will return the string "error" and if the file doesn't exist "file not found"

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2 - Version 1.0.2. Published November 18, 2019

  • Bug fix
Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait