Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

📂 File Existence Checker using Python pathlib

This simple Python script demonstrates how to check if a specific file exists on your system using the pathlib module.

✅ Features

  • Uses modern pathlib instead of os.path
  • Checks if a file exists at the given path
  • Prints a clear message about the file’s status