class Build::Files::Path

def touch

Touch the file, changing it's last modified time.
def touch
	FileUtils.touch self
end