i'm making a program who can create a file and read it or remove it...base on user input.
but i have a problem when I input for create a file like this
create asd.txt
the program can create a file, but when I try to read/remove after I create it, like this
read asd.txt
the program cannot read it..
why? please help.. this is for my project in my school (really)..
thanks..