class Build::Files::Path

def directory?

Checks if the path refers to a directory.
def directory?
	File.directory?(self.to_s)
end