GNU Octave  4.2.1
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
file-io.h File Reference
#include "octave-config.h"
Include dependency graph for file-io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTINTERP_API void cleanup_tmp_files (void)
 
OCTINTERP_API void close_files (void)
 
OCTINTERP_API void initialize_file_io (void)
 
OCTINTERP_API void mark_for_deletion (const std::string &)
 

Function Documentation

OCTINTERP_API void cleanup_tmp_files ( void  )

Definition at line 125 of file file-io.cc.

References filename, octave_unlink_wrapper(), and string.

OCTINTERP_API void close_files ( void  )

Definition at line 107 of file file-io.cc.

References octave_stream_list::clear().

OCTINTERP_API void initialize_file_io ( void  )
OCTINTERP_API void mark_for_deletion ( const std::string )

Definition at line 119 of file file-io.cc.