class Build::Files::Path

def for_appending

def for_appending
	[@full_path, File::CREAT|File::APPEND|File::WRONLY]
end