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

[FIX] fsInterface: Handle non-POSIX paths correctly #147

Merged
merged 2 commits into from
Jun 18, 2019

Commits on Jun 17, 2019

  1. [FIX] fsInterface: Handle non-POSIX paths correctly

    fs functions can be called with non-POSIX paths on non-POSIX systems.
    fsInterface should handle this correctly by converting any non-POSIX
    paths to POSIX for further UI5 FS internal processing.
    RandomByte committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    17ec5a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. [INTERNAL] Add missing space

    matz3 authored Jun 18, 2019
    Configuration menu
    Copy the full SHA
    7c08489 View commit details
    Browse the repository at this point in the history