]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filename.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / filename.h
index caec236ae05f709fa48b36dfe54fe1f919852c75..05383c3a897bef9767565efe390502de7794efb7 100644 (file)
@@ -1256,6 +1256,23 @@ public:
      */
     void SetPath(const wxString& path, wxPathFormat format = wxPATH_NATIVE);
 
+    /**
+        Sets permissions for this file or directory.
+
+        @param permissions
+            The new permissions: this should be a combination of
+            ::wxPosixPermissions enum elements.
+
+        @since 2.9.6
+
+        @note If this is a symbolic link and it should not be followed
+              this call will fail.
+
+        @return @true on success, @false if an error occurred (for example,
+                the file doesn't exist).
+    */
+    bool SetPermissions(int permissions)
+
     /**
         Sets the file creation and last access/modification times (any of the pointers
         may be @NULL).