diff --git a/wslPath/index.html b/wslPath/index.html index c05c501..507eca0 100644 --- a/wslPath/index.html +++ b/wslPath/index.html @@ -32,7 +32,7 @@

Package wslPath

PyPI Conda

wslPath

-

wslPath is a Python module to convert between Windows and POSIX paths in WSL

+

wslPath is a Python module designed to convert paths between Windows and POSIX formats within the Windows Subsystem for Linux (WSL).

Install

From PyPI:

pip install wslPath
@@ -78,7 +78,7 @@ 

Automat wslPath.wslpath(path) # POSIX OS # -> "hoge/fuga"

-

Identify path type (POSIX or Windows)

+

Identify path type (Windows or POSIX)

import wslPath
 
 path = "hoge/fuga"
@@ -124,7 +124,7 @@ 

Sub-modules

  • Windows to Posix
  • Posix to Windows
  • Automatically Convert Path Format to Match the Operating System
  • -
  • Identify path type (POSIX or Windows)
  • +
  • Identify path type (Windows or POSIX)