func hasFolder(withUrl: String) -> Bool {
        for folder in folders where folder.url == withUrl {
            return true
        }