Skip to content

Instantly share code, notes, and snippets.

@edwardloveall
Created June 15, 2014 00:56
Show Gist options
  • Save edwardloveall/b2af843e5ff52487fa59 to your computer and use it in GitHub Desktop.
Save edwardloveall/b2af843e5ff52487fa59 to your computer and use it in GitHub Desktop.
let path = NSURL(string: NSHomeDirectory())
let fileManager = NSFileManager.defaultManager()
let enumerator = fileManager.enumeratorAtURL(path, includingPropertiesForKeys: [NSURLIsDirectoryKey], options: nil, errorHandler: nil)
for urls in enumerator {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment