[Edu-sig] Top 5 All Time Novice Obstacles => #3 Where am I ?
Jason Cunliffe
Jason Cunliffe" <jasonic@nomadics.org
Sat, 21 Sep 2002 22:49:27 -0400
REBOL
> > >> ? dir
> > Found these words:
> > change-dir function! Changes the active directory path.
> > dir? function! Returns TRUE if a file or URL is a directory.
> > dirize function! Returns a copy of the path turned into a
> > directory...
> > jdirs object! [pm hw ts trees jabber]
> > list-dir function! Prints a multi-column sorted listing of a
> > director...
> > make-dir function! Creates the specified directory. No error if
> > alrea...
> > what-dir function! Prints the active directory path
> > >> what-dir
> > == %/C/rebol/view/
>
> That's not a bad idea.
Yes. The Python guts are all much more visible here:
PYTHON
>>> help(os)
./Jason