Commit de94725
committed
🔧 add from_string overloads with permissions support
- Added two new from_string overloads to allow writing file contents while setting explicit boost::filesystem::perms
- Ensures callers can both write file content and control file permissions in one operation.
- Maintains consistency with existing from_string API by providing both error-code and exception-throwing variants.1 parent 0410195 commit de94725
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
94 | 106 | | |
0 commit comments