Open

Description
What is the usecase for this plug
foreach(string str in System.IO.Directory.GetFiles("0:/"))
{
Console.WriteLine(str + " > " + System.IO.File.GetLastAccessTime(str));
}
Complexity of plug
No idea
Describe alternatives you've considered
Writing a giant file access log system which would be way too hard
Additional context
@quajak said it should be implemented as FAT supports them