Hi all,
Got my Pyboard a few days ago.
I'm just going through the functions of the os module, and os.getcwd and os.chdir doesn't seem to exist at all, at least when using the REPL prompt!
All the other functions listed at http://micropython.org/doc/module/os/ appear to work just fine. What gives?
Is os.chdir/getcwd working?
Re: Is os.chdir/getcwd working?
It.may be that you need to flash newer firmware. Chdir and getcwd were only added recently.
Re: Is os.chdir/getcwd working?
Ah, I see. Thanks.