oyama / pico-vfs

Thin virtual file system for Raspberry Pi Pico
Other
13 stars 4 forks source link

Support for file timestamps #53

Open oyama opened 4 months ago

oyama commented 4 months ago

Support for file creation time information.

In an environment without time synchronisation, there is a problem that an inaccurate absolute time is given. However, it has the advantage of being able to determine whether a file created during execution is newer or older.