![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iostream>#include <string>#include <vector>#include <sys/types.h>#include <unistd.h>#include <fcntl.h>#include "file-ops.h"#include "lo-error.h"#include "pathlen.h"#include "lo-sysdep.h"#include "str-vec.h"#include "oct-locbuf.h"
Go to the source code of this file.
Functions | |
| int | octave_chdir (const std::string &path_arg) |
| std::string | octave_getcwd (void) |
| int octave_chdir | ( | const std::string & | path_arg | ) |
Definition at line 71 of file lo-sysdep.cc.
References file_ops::tilde_expand().
Referenced by octave_env::do_chdir().
| std::string octave_getcwd | ( | void | ) |
Definition at line 49 of file lo-sysdep.cc.
References current_liboctave_error_handler.
Referenced by octave_env::do_getcwd().
1.8.1.2