Returns the last modification time

alias for last_modification_time

Property definitions

core $ FileStat :: mtime
	# Returns the last modification time
	#
	# alias for `last_modification_time`
	fun mtime: Int do return last_modification_time
lib/core/file.nit:805,2--808,48