class Build::Files::Path

def rm

Recursively delete the given path and all contents.
def rm
	FileUtils.rm_rf self
end