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 filesystem interaction #874

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2024

  1. Extract filesystem interaction from big PR

    minhqdao committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d760b5f View commit details
    Browse the repository at this point in the history
  2. Add test that includes one dir

    minhqdao committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    27b9ece View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Capitalize f90

    minhqdao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0dcfe43 View commit details
    Browse the repository at this point in the history
  2. Let git recognize capitalization of file

    minhqdao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    96593b5 View commit details
    Browse the repository at this point in the history
  3. Add is_windows and test it

    minhqdao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c1830df View commit details
    Browse the repository at this point in the history
  4. Use Windows-specific commands and fix tests

    minhqdao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    84f36f1 View commit details
    Browse the repository at this point in the history
  5. Check for existence again

    minhqdao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0642aff View commit details
    Browse the repository at this point in the history
  6. Add rm_dir and test it

    minhqdao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e58f4b8 View commit details
    Browse the repository at this point in the history
  7. Remove all rm -rf

    minhqdao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7e91c7c View commit details
    Browse the repository at this point in the history
  8. Use dir /b on Windows

    minhqdao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    21739b7 View commit details
    Browse the repository at this point in the history
  9. Add mkdir subroutine

    minhqdao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    eeeb634 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Add path_separator() with tests

    minhqdao committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9da3ea7 View commit details
    Browse the repository at this point in the history
  2. Add docs

    minhqdao committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d913f93 View commit details
    Browse the repository at this point in the history