I could SHELL "PWD > tempfile" Then read the tempfile to determine my current directory. Is there any way to access the value of the current directory from basic09 more directly. For my application I need to be able to read PWD into a string so I can check if I am on a top level directory. Ie. Only one occurrence of "/". Charlie