Path

Set the default path depending on the current platform.

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

Meta