blang / vfs

Virtual filesystem library written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Chtimes` support

ashb opened this issue · comments

Right now there is no way to change the mtime of a mem file. os.Chtimes(path, atime, mtime) i think would make a good addition as there is no other way of achieving this functionality.