PermsToSymbolicString

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

NameDescription
p [in]the perms to be converted