You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
//Since we're converting to an NSURL, use percent-escape encoding or spaces will crash.
path = [path stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
//Make sure to skip hidden filesNSArray *folderContents = [self.fileManager contentsOfDirectoryAtURL:[NSURLURLWithString:path]
includingPropertiesForKeys:@[NSURLNameKey]
options:NSDirectoryEnumerationSkipsHiddenFiles
error:&folderError];
From
Cat2Cat/Cat2Cat/VICatalogWalker.m
Lines 84 to 91 in 8dc941b
This should probably be something like:
(h/t @bryanluby)
The text was updated successfully, but these errors were encountered: