MCPcopy Create free account
hub / github.com/dfranx/SHADERed / stat

Class stat

libs/misc/ImFileDialog.cpp:336–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 Size = std::filesystem::file_size(path, ec);
335
336 struct stat attr;
337 stat(path.u8string().c_str(), &attr);
338 DateModified = attr.st_ctime;
339

Callers 1

FileDataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected