Question: Readdata Problems

Hello, I am just learning how to use Maple and only have Maple 9.5. I am attempting to read in a single column of data from a pre-made txt file into Maple but I am having difficulty. For some reason Maple states that it cannot find the file that I am pointing it to. This was what I wrote... >restart; >RD:=readdata("c:\temp\test.txt"); I tried using " instead of ' and it gave me an error message as well. Any ideas what the problem might be? Thanks.
Please Wait...