d47081
(D47081)
February 14, 2025, 8:58pm
1
I wonder that DirectoryList
yet requires from me any string input,
but well, I have the issue with retrieving value from FileInfo::modification_date_time
method as maybe this last attribute incorrect:
"standard::display-name,standard::symbolic-icon,standard::size,standard::content-type,standard::modification-date-time"
So I’m looking for full attributes list (strings)
Because it’s nothing here:
d47081
(D47081)
February 14, 2025, 11:05pm
2
Experimentally found it by parsing ffi
constant like:
println!(
"{:?}",
String::from_utf8(G_FILE_ATTRIBUTE_TIME_MODIFIED.to_vec())
);
Where attribute I want is time::modified
I grabbed the const name from this page:
system
(system)
Closed
March 16, 2025, 11:05pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.