Byron/trash-rs

add filesystem time deletion to TrashItem

Open

#78 opened on Jul 7, 2023

 (3 comments) (0 reactions) (0 assignees)Rust (40 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (247 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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