How to Check file is exists or not at specific location programmatically in Magento 2?

You can check any physical file is exist or not at a specific location in Magento directory by Magento\Framework\Filesystem\Driver\File class.

You can use Magento 2 native class to check file is exist or not instead of the core PHP method.

I have taken a Block file and create a function for check file is exist or not via constructor DI,

Leave a Reply