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