NativePath

The path type native to the target operating system.

  1. alias NativePath = WindowsPath
    version(Windows)
    alias NativePath = WindowsPath
  2. alias NativePath = PosixPath

Meta