Convert fs::perms to symbolic string of the form 'rwxrwxrwx'
Synopsis
Declared in <util/fs_helpers.h>
std::string
PermsToSymbolicString(fs::perms p);
Return Value
Symbolic permissions string
Parameters
Name |
Description |
p [in] |
the perms to be converted |
Created with MrDocs