Can not load .txt info

Hi,
I need to edit each image so write like this:

<?php if ($image = $works->image('001_A.jpg') ): ?>
                    <a href="#">
                        <img src="<?= $image->url() ?>">  
                    </a>
                    <?php endif ?>

But If I use this

<?= $image->title() ?>

to load “001_A.txt”, nothing happened.

How can I load separate images’s txt file info?
Thanks…!

I guess image file should be 001_A.jpg.txt instead 001_A.txt.

Are you creating your content manually in the file system instead of via the Panel? Then you have to be extra careful with naming your files correctly, as already mentioned by @ahmetbora.