Byron/trash-rs

add filesystem time deletion to TrashItem

Offen

#78 geöffnet am 07.07.2023

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (40 Forks)auto 404
enhancementhelp wanted

Repository-Metriken

Stars
 (247 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I'd like if the filesystem time of deletion was accessible for TrashItem elements, as in windows the std::fs times are not in i64 UNIX timestamp but in u64 windows filetime, and calculating differences requires converting back and forth between the two formats

Contributor Guide