Hide hidden files in file tree.
This commit is contained in:
parent
76b730d0d7
commit
9d45f3a05b
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
for (NSString *s in contents)
|
||||
{
|
||||
if (![s hasPrefix:@"."])
|
||||
[fullPaths addObject:[[url path] stringByAppendingPathComponent: s]];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue