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.
```rust
pub fn filecreated(pathstr: &str) -> Result
pub fn filemodified(pathstr: &str) -> Result
pub fn lastaccessed(pathstr: &str) -> Result
To activate the tests, run cargo test -p fs_metadata
.