class Build::Files::Path

def for_writing

def for_writing
	[@full_path, File::CREAT|File::TRUNC|File::WRONLY]
end