logo

Textfile saving class More...

Public Member Functions

 Textfile (TextfileWriteType writetype, string filename, string title, string content)
 Initializes a new instance of the Textfile class. More...
 

Private Member Functions

bool CheckFileLocked (string filename)
 Attempt to open the file exclusively. More...
 

Detailed Description

Constructor & Destructor Documentation

NoteFly.Textfile.Textfile ( TextfileWriteType  writetype,
string  filename,
string  title,
string  content 
)
Parameters
writetypeThe TextfileWriteType.
filenameThe filename
titleThe title of the textfile
contentThe content of the textfile

Member Function Documentation

bool NoteFly.Textfile.CheckFileLocked ( string  filename)
private
Parameters
filename
Returns