MCPcopy Create free account
hub / github.com/chrxh/alien / stat

Class stat

external/ImFileDialog/ImFileDialog.cpp:338–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 Size = std::filesystem::file_size(path, ec);
337
338 struct stat attr;
339 stat(reinterpret_cast<char const*>(path.u8string().c_str()), &attr);
340 DateModified = attr.st_ctime;
341

Callers 1

FileDataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected