Issues
- 0
Docstrings are missing for some public interfaces
#85 opened by dduan - 0
parse() seems unnecessary
#264 opened by dduan - 0
FileType should conform to Equatable
#265 opened by dduan - 0
Write function is not explicit about UTF8
#263 opened by dduan - 0
Inconsistent function label that means "run an action"
#262 opened by dduan - 0
Path.read is not implemented in the `next` branch
#255 opened by dduan - 1
Path.home() is not implemented
#186 opened by dduan - 0
Path.glob is not implemented
#166 opened by dduan - 0
Path.expandUser() is not implemented
#187 opened by dduan - 0
[Next] .children() lacks test coverage
#244 opened by dduan - 0
children() can't follow symlinks in `next`
#226 opened by dduan - 0
[Next] .children() does not return file type
#243 opened by dduan - 0
Path.real() is not implemented
#182 opened by dduan - 0
Path.copy(to:) is not implemented
#175 opened by dduan - 0
Path.readString() is not implemented
#168 opened by dduan - 0
Path.readBytes is not implemented
#167 opened by dduan - 0
- 0
- 0
children() can't follow symlink in 0.3.x
#225 opened by dduan - 0
Path.symlink(to:) is not implemented
#172 opened by dduan - 0
Path.readSymlink() is not implemented
#171 opened by dduan - 0
Path.delete() may not work in this scenario...
#212 opened by dduan - 0
Path.sameAs(_:) is not implemented
#190 opened by dduan - 0
Path.defaultTemporaryDirectory is not implemented
#184 opened by dduan - 0
Path.makeTemporaryDirectory() is not implemented
#183 opened by dduan - 0
Path.move(to:) is not implemented
#174 opened by dduan - 0
- 0
Path.delete(recursive:) is not implemented
#173 opened by dduan - 0
Path.normal() is not implemented
#181 opened by dduan - 0
Path.absolute() is not implemented
#177 opened by dduan - 0
Path.exists(followSymlink) is not implemented
#189 opened by dduan - 0
- 0
Path.parents() is not implemented
#196 opened by dduan - 0
Path.parent() is not implemented
#178 opened by dduan - 0
Path.relative(to:) is not implemented
#185 opened by dduan - 0
Path.suffix() is not implemented
#179 opened by dduan - 0
Path.suffixes() is not implemented
#180 opened by dduan - 0
Path.set(permissions:) is not implemented
#188 opened by dduan - 0
Windows File Handles aren't closed
#155 opened by dduan - 0
APIs involving symlinks have inconsistent labels
#131 opened by dduan - 0
Duplicate file attribute APIs
#130 opened by dduan - 1
File creation time is missing
#127 opened by dduan - 0
Access to metadata is inefficient
#111 opened by dduan - 0
children(inPath:recursive:) crashes
#122 opened by dduan - 0
There's no check for docs on CI
#94 opened by dduan - 1
File extension API returns extension with period
#112 opened by sberrevoets - 0
- 1
`#if canImport` is better than `#if os`
#86 opened by dduan - 1
- 0
Path.init(string:) has redundant parameter label
#81 opened by dduan