MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / stat

Class stat

Source/Editor/Cooker/Steps/CompileScriptsStep.cpp:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 const StringAsANSI<> fileANSI(*file, file.Length());
140 const StringAsANSI<> dstANSI(*dst, dst.Length());
141 struct stat st;
142 stat(fileANSI.Get(), &st);
143 chmod(dstANSI.Get(), st.st_mode);
144#endif

Callers 1

DeployBinariesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected