class Build::Files::Path

def directory?

def directory?
	File.directory? self
end