Files icon indicating copy to clipboard operation
Files copied to clipboard

A nicer way to handle files & folders in Swift

Results 28 Files issues
Sort by recently updated
recently updated
newest added

- Adds `Folder.applicationSupport`

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...

This PR resurrects the changes proposed by @Gruppio in #65.

Based on what I learned from https://en.wikipedia.org/wiki/File_system_permissions

This change enables files and folders to be referred to using a path that starts with `./`. While this is redundant when using Files, since paths are assumed to start...

Is there a way to get file metadata such as created date and modification time?

I'm having a very difficult time working with `fileImporter`, and from the absolute dearth of information out there about how to work with it, I suspect people are avoiding it...

Is there a way to get the size of a file that I am not aware of? Something like: ` file.size `