Update README.md
This commit is contained in:
parent
4df3713c9d
commit
d59f0adc8d
3 changed files with 11 additions and 4 deletions
|
|
@ -160,7 +160,8 @@ impl DirEntry {
|
|||
})
|
||||
}
|
||||
|
||||
pub fn create(name: &str, attr: Attr) -> anyhow::Result<Self> {
|
||||
pub fn create(_name: &str, attr: Attr) -> anyhow::Result<Self> {
|
||||
// TODO
|
||||
let now: DateTime<Local> = SystemTime::now().into();
|
||||
|
||||
let create_date = Date::from_datetime(now)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue