init()

in Sources/System/FilePath/FilePathWindows.swift [205:210]


  init(host: String?, volume: Volume, form: Form) {
    self.host = host
    self.volume = volume
    self.form = form
    checkInvariants()
  }