Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add System.Io.Directory class #17

Merged
merged 13 commits into from
Apr 22, 2021

Commits on Apr 13, 2021

  1. Initial work on Directory class

    Jeremi Jasiński committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    42408ce View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Added more methods in Directory class

    Jeremi Jasiński committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    89e3e6c View commit details
    Browse the repository at this point in the history
  2. Add move folder method

    Jeremi Jasiński committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d5f7469 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Added methods for getting datetime information from files

    Jeremi Jasiński committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    9d07878 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    8a4cf2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b67d2e0 View commit details
    Browse the repository at this point in the history
  3. Remove Creation and LastAccess time methods, this values cannot be re…

    …trieved from fatfs
    Jeremi Jasiński committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    9031982 View commit details
    Browse the repository at this point in the history
  4. Remove creation and lastacces time from File.cs

    Jeremi Jasiński committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    05510a7 View commit details
    Browse the repository at this point in the history
  5. Removed api methods

    Jeremi Jasiński committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    4860a0b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Added Intellisense comments to Directory class methods

    Jeremi Jasiński committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    961f3dd View commit details
    Browse the repository at this point in the history
  2. Added checks for null or zero string arguments

    Jeremi Jasiński committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    218c545 View commit details
    Browse the repository at this point in the history
  3. Revert the checks for null in managed code part

    Jeremi Jasiński committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    51d3c14 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Change CreateDirectory method to void

    Jeremi Jasiński committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    fb55e87 View commit details
    Browse the repository at this point in the history