class Build::Files::State::FileTime

def initialize(path, time)

@parameter time [Time] The modification time.
@parameter path [Path] The file path.
Initialize a file time record.
def initialize(path, time)
	@path = path
	@time = time
end