All Versions
11
Latest Version
Avg Release Cycle
142 days
Latest Release
2026 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.7.0 Changes
October 10, 2015๐ Release Notes
๐ Changes
- 0๏ธโฃ The file manager for
FKPath
instances is now defined byFKPath.FileManager
, which is set toNSFileManager.defaultManager()
by default NSDictionary
,NSArray
, andNSData
now conform toFKWritableToFile
๐ New Features
- ๐ฒ
message
property forFKError
that improves error logging FKPath
now works with bookmark dataFKArrayFile
andFKDataFile
forNSArray
andNSData
respectivelyFKReadableFromFile
andFKWritableToFile
protocolsFKWritableConvertible
protocol withwritable
property to make the conforming typeFKWritable
- Static function
FKPath.Volumes(_:)
that returns anFKPath
array of all mounted volumes - โก๏ธ
touch(_:)
method forFKPath
that creates a file at the path if it doesn't exist or updates the modification date - Properties for checking if the current process has certain privileges for an
FKPath
(isWritable
,isReadable
,isExecutable
,isDeletable
)
- 0๏ธโฃ The file manager for