Hide hidden files in file tree.
parent
76b730d0d7
commit
9d45f3a05b
|
@ -25,7 +25,8 @@
|
|||
|
||||
for (NSString *s in contents)
|
||||
{
|
||||
[fullPaths addObject:[[url path] stringByAppendingPathComponent: s]];
|
||||
if (![s hasPrefix:@"."])
|
||||
[fullPaths addObject:[[url path] stringByAppendingPathComponent: s]];
|
||||
}
|
||||
|
||||
[self processPaths: fullPaths];
|
||||
|
|
Loading…
Reference in New Issue