FS Metadata

A simple wrapper over Rust File Metadata API. The original intent is to handle System time better and providing a default date string for a creation date.

Functions

```rust pub fn filecreated(pathstr: &str) -> Result

pub fn filemodified(pathstr: &str) -> Result

pub fn lastaccessed(pathstr: &str) -> Result ```

Run Tests

To activate the tests, run cargo test -p fs_metadata.