From 110cc0e490573de44f813aab68679b215983717e Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Fri, 14 Nov 2025 18:42:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D0=B0=20exists=20=D0=B2=20?= =?UTF-8?q?=D0=B0=D0=BD=D0=B3=D0=BB.=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/en/Pars_EN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/en/Pars_EN.md b/pages/en/Pars_EN.md index 82b0a70..ad4096a 100644 --- a/pages/en/Pars_EN.md +++ b/pages/en/Pars_EN.md @@ -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