Environment variable directories?

Hi, when I performed an 'ls' in one of my folders, I saw there was a directory that looked like ${text}. Can somebody please tell me what this is and how to access this directory? Using a 'cd' does not seem to work.

try:
cd '${text}'

That works, thanks.