Interpret a custom permissions level string as fs::perms
Synopsis
Declared in <util/fs_helpers.h>
std::optional<fs::perms>
InterpretPermString(std::string const& s);
Return Value
Permissions as fs::perms
Parameters
Name |
Description |
s [in] |
Permission level string |
Created with MrDocs