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

Class stat

ImFileDialog.cpp:340–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 Size = std::filesystem::file_size(path, ec);
339
340 struct stat attr;
341 stat(path.u8string().c_str(), &attr);
342 DateModified = attr.st_ctime;
343

Callers 1

FileDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected