Добавлено описание метода exists в англ. версии

This commit is contained in:
Ilia Miheev
2025-11-14 18:42:40 +03:00
parent 39b6d34ab1
commit 110cc0e490
+2
View File
@@ -34,6 +34,8 @@ for index, url in enumerate(urlList):
- The **mkdir** method is used to create a folder with the name _nameDir_ if it does not already exist.
- The **exists** method is used to check the existence of a file or folder
### Example Using the Pars Class:
```py