public typealias FileStream = Open<FilePath>

public extension Open where PathType == FilePath {
    /// Whether or not the path was opened with read permissions
    var mayRead: Bool { return openMode.mayRead }