Code: Select all
SetCurrentDirectory("/home")
EndAfter running the above code, I expect to be in the /home directory.
But the actual result is that I am still in /root directory
Can anybody help me out?

Code: Select all
SetCurrentDirectory("/home")
End



