Skip to content

File.GetLastAccessTime() + similar methods #1908

Open
@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions