class Build::Files::Path

def parts

def parts
	@parts ||= @full_path.split(File::SEPARATOR)
end