Skip to content

Tags: gwikiera/Files

Tags

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request JohnSundell#37 from JohnSundell/swift4-package-des…

…cription

Use Swift 4 version of the Package Description API

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
README: Add BuddyBuild, Marathon & Swift version badges

1.12.0

Toggle 1.12.0's commit message
Merge pull request JohnSundell#24 from artemnovichkov/master

Add copy function for item

1.11.0

Toggle 1.11.0's commit message
Merge pull request JohnSundell#21 from clayellis/master

Move hidden folder contents

1.10.0

Toggle 1.10.0's commit message
Merge pull request JohnSundell#19 from JohnSundell/create-file-with-s…

…tring

Add API to create a file with string content

1.9.0

Toggle 1.9.0's commit message
Merge pull request JohnSundell#16 from JohnSundell/item-modified-date

FileSystem.Item: Add modifiedDate property

1.8.0

Toggle 1.8.0's commit message
Merge pull request JohnSundell#11 from yageek/feature/currentFolder

Add syntactic sugar to reach the current folder.

1.7.0

Toggle 1.7.0's commit message
Add APIs for checking whether a folder contains a given file or folder

It’s always been possible to check if a file exists using try?, but that
looks quite ugly, so let’s hide that ugliness behind a nice looking API :)

1.6.2

Toggle 1.6.2's commit message
Merge pull request JohnSundell#8 from pixyzehn/fix-create-file-at-pat…

…h-method

Fix create file at path method

1.6.1

Toggle 1.6.1's commit message
Support referencing a parent in a path using “../“

Files now correctly handles paths that contains parent references, by expanding
those references into absolute paths.

So ‘../file’ is expanded to ‘<currentFolderParent>/file’.