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 ab0c6ba commit 4377321Copy full SHA for 4377321
docs/os-module.md
@@ -50,9 +50,9 @@ list_items('../')
50
51
| Feature | JavaScript | Python |
52
|---------|------------|--------|
53
-| Check if file or directory exists | fs.existsSync(path) | os.path.exists(path) |
54
-| Create directory | fs.mkdirSync(path) | os.mkdir(path) |
55
-| List directory | fs.readdirSync(path) | os.listdir(path) |
+| Check if file or directory exists | `fs.existsSync(path)` | `os.path.exists(path)` |
+| Create directory | `fs.mkdirSync(path)` | `os.mkdir(path)` |
+| List directory | `fs.readdirSync(path)` | `os.listdir(path)` |
56
57
### Resources
58
0 commit comments