]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textfile.h
no message
[wxWidgets.git] / include / wx / textfile.h
index 6c617bb62498b6ae2c3ef4c047dc1fdbf589acba..0f9ec816a3ef187cb79354c901a6fae221d792fc 100644 (file)
@@ -73,6 +73,10 @@ public:
   // file operations
     // file exists?
   bool Exists() const;
+    // create the file if it doesn't already exist
+  bool Create();
+    // same as Create() but with (another) file name
+  bool Create(const wxString& strFile);
     // Open() also loads file in memory on success
   bool Open();
     // same as Open() but with (another) file name