class Build::Files::Directory

def to_str

@returns [String] The root path as a string.
Convert the directory to a string for use as a command argument.
def to_str
	@root.to_str
end