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

Method existsAndIsLink

Libraries/FileSystem/FileSystem.cpp:621–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621bool SC::FileSystem::existsAndIsLink(StringSpan file)
622{
623 StringSpan encodedPath;
624 SC_TRY(convert(file, fileFormatBuffer1, fileTransportBuffer1, &encodedPath));
625 return FileSystem::Operations::existsAndIsLink(encodedPath);
626}
627
628bool SC::FileSystem::canAccess(StringSpan fileOrDirectory, AccessMode accessMode)
629{

Callers 2

runBuiltProgramFunction · 0.80
symbolicLinkMethod · 0.80

Calls 1

ResultClass · 0.50

Tested by 2

runBuiltProgramFunction · 0.64
symbolicLinkMethod · 0.64