Click or drag to resize

FileGetModifiedTime Method

Returns the last time the file was modified in unix timestamp format or returns a String "ERROR IN file". This unix timestamp can be converted to datetime by using GetDatetimeFromUnixTime(Int64).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ulong GetModifiedTime(
	string file
)

Parameters

file
Type: SystemString

[Missing <param name="file"/> documentation for "M:Godot.File.GetModifiedTime(System.String)"]

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Godot.File.GetModifiedTime(System.String)"]

See Also