SimpleDirectoryReader not working?

I am working on a project, where I want OPEN AI to read a text and answer questions about it later. I used:
from llama_index import SimpleDirectoryReader
documents = SimpleDirectoryReader(‘muma.txt’).load_data()

But it doesn’t seem to read it. Does anyone know what’s wrong with it? I am on the Anaconda cloud. No desktop version at the moment available