[#InterpretPermString] = InterpretPermString :mrdocs: Interpret a custom permissions level string as fs::perms == Synopsis Declared in `<util/fs_helpers.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<fs::perms> InterpretPermString(std::string const& s); ---- == Return Value Permissions as fs::perms == Parameters [cols="1,4"] |=== | Name| Description | *s* [in] | Permission level string |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#