GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
lo-sysdep.h File Reference
#include <string>
#include "lo-ieee.h"
Include dependency graph for lo-sysdep.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int octave_chdir (const std::string &)
 
std::string octave_getcwd (void)
 

Function Documentation

int octave_chdir ( const std::string &  )

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, and free().

Referenced by octave_env::do_getcwd().