We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dd21b commit 93f8deeCopy full SHA for 93f8dee
README.md
@@ -970,6 +970,7 @@ b'.\n..\nfile1.txt\nfile2.txt\n'
970
971
Path
972
----
973
+### Basic
974
```python
975
from os import path, listdir
976
<bool> = path.exists('<path>')
@@ -1018,6 +1019,7 @@ pwd = Path()
1018
1019
1020
Command Line Arguments
1021
----------------------
1022
1023
1024
import sys
1025
script_name = sys.argv[0]
0 commit comments