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 get hidden files #128

Open
CraigSiemens opened this issue Oct 25, 2021 · 0 comments
Open

Unable to get hidden files #128

CraigSiemens opened this issue Oct 25, 2021 · 0 comments

Comments

@CraigSiemens
Copy link

I've got a script where I'm trying to work with a hidden .swiftlint.yml file. As far as I can tell Files doesn't allow working with hidden files, it always shows a missing error when trying to access one. Is that correct or am I missing something?

My current work around is to use URLs.

let fileURL = folder
    .url
    .appendingPathComponent(".swiftlint.yml")
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

1 participant