CXUnsavedFile

\brief Provides the contents of a file that has not yet been saved to disk.

Each CXUnsavedFile instance provides the name of a file on the system along with the current contents of that file that have not yet been saved to disk.

Members

Variables

Contents
const(char)* Contents;

\brief A buffer containing the unsaved contents of this file.

Filename
const(char)* Filename;

\brief The file whose contents have not yet been saved.

Length
c_ulong Length;

\brief The length of the unsaved contents of this buffer.

Meta