📂 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
pathlibinstead ofos.path - Checks if a file exists at the given path
- Prints a clear message about the file’s status