Trait FileTimesExt

pub trait FileTimesExt

OS-specific extensions to fs::FileTimes.

Required Methods

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

Set the creation time of a file.

Implementors