I want to change file ownership using boost library, like chown(). Is there any api for this?
Asked
Active
Viewed 1,101 times
1 Answers
2
It doesn't exist. Boost's Filesystem doesn't concern itself with owners (or ACLs, for that matter).

sehe
- 374,641
- 47
- 450
- 633