MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / lchmod

Method lchmod

Libraries/FileSystem/FileSystem.cpp:691–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691SC::Result SC::FileSystem::lchmod(StringSpan path, uint32_t mode)
692{
693 StringSpan encodedPath;
694 SC_TRY(convert(path, fileFormatBuffer1, fileTransportBuffer1, &encodedPath));
695 return FileSystem::Operations::lchmod(encodedPath, mode);
696}
697
698SC::Result SC::FileSystem::setLastModifiedTime(StringSpan file, TimeMs time)
699{

Callers 1

permissionsMethod · 0.80

Calls 2

ErrorEnum · 0.50
ResultClass · 0.50

Tested by 1

permissionsMethod · 0.64