# phpman > perldoc > HTML::Mason::Resolver::File

## NAME
    [HTML::Mason::Resolver::File](https://www.chedong.com/phpMan.php/perldoc/HTML%3A%3AMason%3A%3AResolver%3A%3AFile/markdown) - Component path resolver for file-based components

## SYNOPSIS
      my $resolver = [HTML::Mason::Resolver::File](https://www.chedong.com/phpMan.php/perldoc/HTML%3A%3AMason%3A%3AResolver%3A%3AFile/markdown)->new();

      my $info = $resolver->get_info('/some/comp.html');

## DESCRIPTION
    This [HTML::Mason::Resolver](https://www.chedong.com/phpMan.php/perldoc/HTML%3A%3AMason%3A%3AResolver/markdown) subclass is used when components are stored on the filesystem, which
    is the norm for most Mason-based applications.

