PreviousUpNext

5.5.55  Get current directory

Three mostly equivalent ways to get the current directory:

    eval:  getcwd ();
    "/home/jcb"
    eval:  winix::file::current_directory ();
    "/home/jcb"
    eval:  posix::current_directory ();
    "/home/jcb"

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext