directory when you type in cd rom for example so I was wondering if I can like remove the spaces between the two strings.
Example:.
wdir = shell.dir()
print(wdir,">")
but the output is for example:
rom > .
i would like to print this like this:
rom>
Edited by gergo654, 01 June 2016 - 03:06 PM.











