The following code works fine but when I "ChDir "C:\" I get a file/path error

    ChDir "C:\TTND"
    Open EFile For Output As #1
    Print #1, Ninja
    Close #1
I declared C drive as a trusted source with no results.
How can I negotiate files directly to C drive?