9 #ifndef IMPKERNEL_FILE_H
10 #define IMPKERNEL_FILE_H
12 #include <IMP/kernel/kernel_config.h>
17 IMPKERNEL_DEPRECATED_HEADER(2.1,
"Use base/file.h");
19 IMPKERNEL_BEGIN_NAMESPACE
20 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
28 IMPKERNEL_END_NAMESPACE
TextOutput create_temporary_file(std::string prefix="imp_temp", std::string suffix="")
std::string create_temporary_file_name(std::string prefix="imp_temp", std::string suffix="")
void set_log_target(TextOutput l)
Set the target for the log.
Handling of file input/output.