You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-8
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,10 @@
4
4
5
5
A strongly typed Swift library for working with local files and directories.
6
6
7
-
Because when working with paths you almost always know which are for directories and which are for files, so why not let the compiler in on it too?
7
+
It differentiates between file paths and directory paths, and between paths and actual files and directories, because the programmer knows which are which and when the compiler knows it too it can be much more helpful.
8
8
9
-
Still a work in progress and has not been properly tested, so use at your own risk. This readme is also clearly far from finished.
0 commit comments