Releases: JohnSundell/Files
Releases · JohnSundell/Files
Files 1.3.1
You can now reference a file or folder using either a relative path, or using a tilde to represent the current user's home folder.
Files 1.3
Files 1.1
This version of files makes sequences of files and folders easier to handle 🚀
FileSystemSequence
now has afirst
andlast
property, that enables you to access either of the ends of a sequence.FileSystemSequence
will now automatically exclude hidden/dot files (like.DS_Store
). You can override this by callingfolder.makeFileSequence(includeHidden: true)
(or similar for a sequence of subfolders).nameExcludingExtension
now returns a correct name even for long file names.
Files 1.0.0
Initial release of Files