Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to display hidden files #26

Open
jhoughjr opened this issue Jan 13, 2017 · 1 comment
Open

Unable to display hidden files #26

jhoughjr opened this issue Jan 13, 2017 · 1 comment

Comments

@jhoughjr
Copy link

I don't see a way to allow the browser to show hidden files.
i.e. files with prefix .

@hunble
Copy link

hunble commented Jun 29, 2021

Just a few years late.
in file below
FileBrowser/FileBrowser/FileParser.swift
chnage the line 42
filePaths = try self.fileManager.contentsOfDirectory(at: directoryPath, includingPropertiesForKeys: [], options: [.skipsHiddenFiles])

with

filePaths = try self.fileManager.contentsOfDirectory(at: directoryPath, includingPropertiesForKeys: [], options: [])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants