NCBI C++ ToolKit
|
Search Toolkit Book for CFileAPI
Global settings related to the file API. More...
#include <corelib/ncbifile.hpp>
Static Public Member Functions | |
static void | SetLogging (ESwitch on_off_default) |
Enable or disable logging of errors from the File API classes. More... | |
static void | SetHonorUmask (ESwitch on_off_default) |
Enable or disable honoring umask settings on Unix for newly created files/directories in the File API. More... | |
static void | SetDeleteReadOnlyFiles (ESwitch on_off_default) |
Specify whether read-only files can be deleted via CDirEntry::Remove() on Windows. More... | |
Global settings related to the file API.
Definition at line 187 of file ncbifile.hpp.