Trait FileTimesExt

pub trait FileTimesExt

Windows-specific extensions to fs::FileTimes.

Required Methods

fn set_created(self, t: SystemTime) -> Self

Set the creation time of a file.

Implementors