GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
file-io.h File Reference
#include "octave-config.h"
#include <string>
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 mark_for_deletion (const std::string &)
 

Function Documentation

◆ cleanup_tmp_files()

OCTINTERP_API void cleanup_tmp_files ( void  )

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

References filename, octave_unlink_wrapper(), string, and tmp_files.

◆ mark_for_deletion()

OCTINTERP_API void mark_for_deletion ( const std::string )

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

References file, and tmp_files.