BlitzMax

BlitzMax

  • Downloads
  • Docs
  • API
  • Resources
  • About
Edit

SMaxIO_Stat

File statistics, including file size, modification time, etc.

Fields

Field _filesize:Long

The size of the file, in bytes.


Field _modtime:Long

The modification time of the file, in seconds since the epoch.


Field _createtime:Long

The creation time of the file, in seconds since the epoch.


Field _accesstime:Long

The last access time of the file, in seconds since the epoch.


Field _filetype:EMaxIOFileType

The type of the file.


Field _readonly:Int

Whether the file is read only or not.


Methods

Method ModeTimeAsDateTime:SDateTime()

Returns the file modified time as an SDateTime.


Method CreatTimeAsDateTime:SDateTime()

Returns the file creation time as an SDateTime.


Method AccessTimeAsDateTime:SDateTime()

Returns the last access time as an SDateTime.


  • Fields
    • Field _filesize:Long
    • Field _modtime:Long
    • Field _createtime:Long
    • Field _accesstime:Long
    • Field _filetype:EMaxIOFileType
    • Field _readonly:Int
  • Methods
    • Method ModeTimeAsDateTime:SDateTime()
    • Method CreatTimeAsDateTime:SDateTime()
    • Method AccessTimeAsDateTime:SDateTime()
BlitzMax
Docs
Getting StartedDownloadsAbout
Community
Resources
More
GitHubStarChat on Discord
Copyright © 2026 Bruce A Henderson