Computer Science Canada

Change to directory inside of the current one ?

Author:  andyjndm [ Sat Oct 24, 2009 6:29 pm ]
Post subject:  Change to directory inside of the current one ?

What is it you are trying to achieve?
Change to a directory inside of the current


What is the problem you are having?
You have to include the full filepath


Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)

Turing:


Dir.Change("E:\\currentpath\\wantedpath")




Please specify what version of Turing you are using
4.1.1

Author:  DtY [ Sat Oct 24, 2009 7:11 pm ]
Post subject:  RE:Change to directory inside of the current one ?

You took out the what you have tried part?..

Have you tried
Turing:
Dir.Change("wantedpath")

I've used it like that before, it should work.

Author:  andyjndm [ Sat Oct 24, 2009 9:04 pm ]
Post subject:  Re: Change to directory inside of the current one ?

Thanks, that worked perfectly.
And I really don't know, my friend posted it for me.


: