#include <cerrno>
#include <cstdio>
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <sstream>
#include <string>
#include "file-ops.h"
#include "file-stat.h"
#include "glob-match.h"
#include "lo-sysdep.h"
#include "oct-env.h"
#include "oct-glob.h"
#include "pathsearch.h"
#include "str-vec.h"
#include "Cell.h"
#include "defun.h"
#include "dir-ops.h"
#include "error.h"
#include "errwarn.h"
#include "event-manager.h"
#include "input.h"
#include "load-path.h"
#include "octave.h"
#include "ovl.h"
#include "pager.h"
#include "procstream.h"
#include "sysdep.h"
#include "interpreter.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
Go to the source code of this file.
octave_value_list F__fnmatch__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 707 of file dirfns.cc.
References glob_match::match(), ovl(), and print_usage().
octave_value_list F__mkdir__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 190 of file dirfns.cc.
References dirname(), octave_value_list::length(), ovl(), and print_usage().
octave_value_list F__wglob__ | ( | const octave_value_list & | args, |
int | |||
) |
octave_value_list Fcd | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 101 of file dirfns.cc.
References dirname(), and print_usage().
octave_value_list Fconfirm_recursive_rmdir | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 779 of file dirfns.cc.
References set_internal_variable().
octave_value_list Ffilesep | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 731 of file dirfns.cc.
References error(), and print_usage().
octave_value_list Fglob | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 524 of file dirfns.cc.
References glob_match::glob(), ovl(), and print_usage().
octave_value_list Flink | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 319 of file dirfns.cc.
References error(), ovl(), and print_usage().
octave_value_list Fpathsep | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 759 of file dirfns.cc.
References ovl(), directory_path::path_sep_str(), and print_usage().
octave_value_list Fpwd | ( | const octave_value_list & | , |
int | |||
) |
octave_value_list Freaddir | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 155 of file dirfns.cc.
References dirname(), ovl(), print_usage(), and string_vector::sort().
octave_value_list Freadlink | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 404 of file dirfns.cc.
References ovl(), print_usage(), and symlink().
octave_value_list Frename | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 433 of file dirfns.cc.
References error(), event_manager::file_remove(), event_manager::file_renamed(), ovl(), and print_usage().
octave_value_list Frmdir | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 245 of file dirfns.cc.
References dirname(), error(), event_manager::file_remove(), event_manager::file_renamed(), application::forced_interactive(), ovl(), print_usage(), and input_system::yes_or_no().
octave_value_list Fsymlink | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 361 of file dirfns.cc.
References error(), ovl(), and print_usage().