Navigation

Operators and Keywords

Function List:

C++ API

file-ops.h File Reference

#include <string>
#include <sys/types.h>
#include "str-vec.h"
Include dependency graph for file-ops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  file_ops

Functions

OCTAVE_API int octave_mkdir (const std::string &nm, mode_t md)
OCTAVE_API int octave_mkdir (const std::string &nm, mode_t md, std::string &msg)
OCTAVE_API int octave_mkfifo (const std::string &nm, mode_t md)
OCTAVE_API int octave_mkfifo (const std::string &nm, mode_t md, std::string &msg)
OCTAVE_API int octave_link (const std::string &, const std::string &)
OCTAVE_API int octave_link (const std::string &, const std::string &, std::string &)
OCTAVE_API int octave_symlink (const std::string &, const std::string &)
OCTAVE_API int octave_symlink (const std::string &, const std::string &, std::string &)
OCTAVE_API int octave_readlink (const std::string &, std::string &)
OCTAVE_API int octave_readlink (const std::string &, std::string &, std::string &)
OCTAVE_API int octave_rename (const std::string &, const std::string &)
OCTAVE_API int octave_rename (const std::string &, const std::string &, std::string &)
OCTAVE_API int octave_rmdir (const std::string &)
OCTAVE_API int octave_rmdir (const std::string &, std::string &)
OCTAVE_API int octave_recursive_rmdir (const std::string &)
OCTAVE_API int octave_recursive_rmdir (const std::string &, std::string &)
OCTAVE_API int octave_umask (mode_t)
OCTAVE_API int octave_unlink (const std::string &)
OCTAVE_API int octave_unlink (const std::string &, std::string &)
OCTAVE_API std::string octave_tempnam (const std::string &, const std::string &)
OCTAVE_API std::string octave_tempnam (const std::string &, const std::string &, std::string &)
OCTAVE_API std::string octave_canonicalize_file_name (const std::string &)
OCTAVE_API std::string octave_canonicalize_file_name (const std::string &, std::string &)

Function Documentation

OCTAVE_API std::string octave_canonicalize_file_name ( const std::string &   ) 
OCTAVE_API std::string octave_canonicalize_file_name ( const std::string &  ,
std::string &   
)
OCTAVE_API int octave_link ( const std::string &  ,
const std::string &   
)
OCTAVE_API int octave_link ( const std::string &  ,
const std::string &  ,
std::string &   
)
OCTAVE_API int octave_mkdir ( const std::string &  nm,
mode_t  md,
std::string &  msg 
)
OCTAVE_API int octave_mkdir ( const std::string &  nm,
mode_t  md 
)
OCTAVE_API int octave_mkfifo ( const std::string &  nm,
mode_t  md,
std::string &  msg 
)
OCTAVE_API int octave_mkfifo ( const std::string &  nm,
mode_t  md 
)
OCTAVE_API int octave_readlink ( const std::string &  ,
std::string &   
)
OCTAVE_API int octave_readlink ( const std::string &  ,
std::string &  ,
std::string &   
)
OCTAVE_API int octave_recursive_rmdir ( const std::string &  ,
std::string &   
)
OCTAVE_API int octave_recursive_rmdir ( const std::string &   ) 
OCTAVE_API int octave_rename ( const std::string &  ,
const std::string &   
)
OCTAVE_API int octave_rename ( const std::string &  ,
const std::string &  ,
std::string &   
)
OCTAVE_API int octave_rmdir ( const std::string &   ) 
OCTAVE_API int octave_rmdir ( const std::string &  ,
std::string &   
)
OCTAVE_API int octave_symlink ( const std::string &  ,
const std::string &  ,
std::string &   
)
OCTAVE_API int octave_symlink ( const std::string &  ,
const std::string &   
)
OCTAVE_API std::string octave_tempnam ( const std::string &  ,
const std::string &  ,
std::string &   
)
OCTAVE_API std::string octave_tempnam ( const std::string &  ,
const std::string &   
)
OCTAVE_API int octave_umask ( mode_t   ) 
OCTAVE_API int octave_unlink ( const std::string &   ) 
OCTAVE_API int octave_unlink ( const std::string &  ,
std::string &   
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines