Byron/trash-rs

add filesystem time deletion to TrashItem

Aperta

#78 aperta il 7 lug 2023

 (3 commenti) (0 reazioni) (0 assegnatari)Rust (40 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (247 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor